This article was first published on
python – paulvanderlaken.com , and kindly contributed to python-bloggers. (You can report issue about the content on this page here)
Want to share your content on python-bloggers? click here.
Want to share your content on python-bloggers? click here.
Data types are one of those things that you don’t tend to care about until you get an error or some unexpected results. It is also one of the first things you should check once you load a new data into pandas for further analysis.
Chris Moffit
In this short tutorial, Chris shows how to the pandas
dtypes
map to the numpy
and base Python data types.
Moreover, Chris demonstrates how to handle and convert data types so you can speed up your data analysis. Both using custom functions and anonymous lambda
functions.
A very handy guide indeed, after which you will be able to read in your datasets into Python in the right format from the get-go!
To leave a comment for the author, please follow the link and comment on their blog: python – paulvanderlaken.com .
Want to share your content on python-bloggers? click here.