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
- Host: GitHub
- URL: https://github.com/vishal-sys-code/pandas.c
- Owner: Vishal-sys-code
- License: mit
- Created: 2024-06-14T03:31:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-14T06:45:19.000Z (over 1 year ago)
- Last Synced: 2024-12-28T11:13:33.243Z (about 1 year ago)
- Language: C
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.