The first stage of data analysis is getting the data. Moving your data from where you have it stored into your analytical tools and back out again can be a difficult task if you don't know what you are doing. Python and its libraries try to make it as easy as possible.
CSV
Excel
SQL
Loading Data from CSV Files
Normally, data will come to us as files ...