Saving a pandas Dataframe as a CSV File

Mrinal Walia
5 min readDec 21, 2018

Pandas is a powerful resource for you as a Data Scientist. Pandas is an open-source library that is built on top of the NumPy library. It allows users for fast analysis, data cleaning, and preparation of data efficiently. Pandas is closed, and it has high performance and productivity for users. Pandas is like a python version of excel.

Most of the datasets you work with are called DataFrames. DataFrames is a 2-Dimensional labelled Data Structure with the index for rows and columns, where each cell is used to store a value of any type. DataFrames are Dictionary-based out of NumPy Arrays.

Side Note

Programming language used for the article is written in python Some basis knowledge of python is required before understanding how things works in making predictions.

If you are new to python, I would suggest few of my personal favourite courses and insist to complete this amazing course by DataCamp on Introduction to Python , everyone should try it out, all who are new to Python.

If you have good experience with Python and want to dive into deep learning or machine learning, everyone should take up this course Introduction to Deep Learning in Python or you can try out with this new course on data visualizations, by Datacamp Web Scraping in Python, Introduction to Matplotlib

--

--

Mrinal Walia

Data Scientist and a Technical Writer! I will give you the best of Open-Source and AI.