Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 546 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 546 Bytes

pandas.c

pandas.c is a C implementation inspired by the Pandas that provides functionalities inspired by pandas, a powerful data analysis and manipulation tool in Python.

Features :

  • DataFrame Operations: Create and manipulate tabular data structures similar to pandas DataFrames.
  • Series: Manage and operate on arrays of homogeneous data similar to pandas Series.
  • CSV Reading: Read and parse CSV files into DataFrame structures.
  • Utilities: Utility functions for string manipulation, memory management, and more.