Python Series Vs. Dataframe Top Differences

Here are difference. In series the data is in the forma of Key-value pair. In the case of DataFrame it is multiple-rows and multiple-columns.

IN THIS PAGE

  1. Series Data
  2. DataFrame
  3. Free data sources

Series Data

Series data is Key, Value pair. Below is the best example for Series data.

ValueIndex (Key)
100
111
162
Python Series Example

Here the Key is index. Below is the example how Key value pair appears.

Python Series Example

DataFrame

The dataFrame is an ordered collection of data. You can create data in multiple dimensions.

The Data in the tabular form. It consists of Data, Rows, Columns. Example DataFrame from geeksforgeeks.com

DataFrame example
Dataframe

In Python, to work with DataFrame, you need Pandas installed.

Free data sources

In support of the growing demand for data, a huge number of data sources are now available on the Internet. These data sources freely provide information to anyone in need, and they are called open data.

  1. DataHub (http://datahub.io/dataset)
  2. World Health Organization (http://www.who.int/research/en/)
  3. Data.gov (http://data.gov)
  4. European Union Open Data Portal (http://open-data.europa.eu/en/data/)
  5. Amazon Web Service public datasets (http://aws.amazon.com/datasets)
  6. Facebook Graph (http://developers.facebook.com/docs/graph-api)
  7. Healthdata.gov (http://www.healthdata.gov)
  8. Google Trends (http://www.google.com/trends/explore)
  9. Google Finance (https://www.google.com/finance)
  10. Google Books Ngrams (http://storage.googleapis.com/books/ngrams/books/datasetsv2.html)

Related Posts

Keep Reading

Author: Srini

Experienced software developer. Skills in Development, Coding, Testing and Debugging. Good Data analytic skills (Data Warehousing and BI). Also skills in Mainframe.