Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 565 Bytes

File metadata and controls

20 lines (11 loc) · 565 Bytes

Data-Analysis-Python

Exploring Graphs and Social Network Analytics Using Python

Pandas

*Tabular data with heterogeneously-typed columns.

*Ordered and unordered time series data.

*Arbitrary matrix data with row and column labels.

*Any other form of observational or statistical data sets.

*The data actually need not be labeled at all to be placed into a pandas data structure.

Numpy

*Numpy is the core library for scientific computing in Python.

*It provides high-performance multidimensional array object and tools for working with these arrays.