ゼロ埋めした数字が読み込むと同時に消える現象が発生。
型指定して読み込もうとしたが、dtype='object'のオプションをつけるのでも対応できる。
xlsx = pd.read_excel(excel_path + fileName + '.xlsx', dtype='object')
Python: Keep leading zeroes when converting from excel to CSV with pandas
Go to list of users who liked
More than 3 years have passed since last update.
ゼロ埋めした数字が読み込むと同時に消える現象が発生。
型指定して読み込もうとしたが、dtype='object'のオプションをつけるのでも対応できる。
xlsx = pd.read_excel(excel_path + fileName + '.xlsx', dtype='object')
Python: Keep leading zeroes when converting from excel to CSV with pandas
Register as a new user and use Qiita more conveniently
Go to list of users who liked