Whenever you are doing some preprocessing of data in pandas/python and reading data from any CSV file do the following things first.
- Trim space in all the columns.
- Convert each column in the right datatype.
Contd.
Whenever you are doing some preprocessing of data in pandas/python and reading data from any CSV file do the following things first.
Contd.
Leave a Reply