An open API service indexing awesome lists of open source software.

https://github.com/vishal-sys-code/pandas.c

Implementing pandas using C
https://github.com/vishal-sys-code/pandas.c

Last synced: 3 months ago
JSON representation

Implementing pandas using C

Awesome Lists containing this project

README

          

# 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.