pandas

pandas is a software library written for the Python programming language for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series.

pandas has input and output APIs which we can use to import the data from various data sources like
CSV, Excel, Json, SAS, SQL etc...

Each data source has its own API. (Source)

Pandas tips and tricks:

How to Import MySQL into Pandas?
How to Import Cassandra DB into Pandas?

How to Import MongoDB into Pandas?
How to get Odd or Even rows from Dataframe without applying any filter or function?


No comments:

Post a Comment