Python Pandas For Data Analytics
Python Pandas For Data Analytics
Series :
Series is a one-dimensional labelled array capable of holding any
data type (integers, strings, floating point numbers, Python objects,
etc.). It is similar to a column in a DataFrame or a single column in
an Excel spreadsheet. Each element in a Series has a label, known
as its index
● List to series :
Dictionaries to Dataframes :
But this code needs to be run every time after creating df to display
the better format , though we can use it as a function and reuse it ,
but definitely will not suggest it .
**In next section the outputs u will see are based on the same enabled option**
Importing a csv file :
We can import files like csv, JSON , excel , SQL in Python Pandas
this is our employee.csv file that we will import in pandas