Data scientist toolbox
Reading data from excel Excel format is popular in analysis and data science. Pandas reads the excel data well, but sometimes you would like to specify data types. How can you do that? Let’s assume your data looks like this As you can see, pandas read all data as int, despite the first column should…
