Commonly used functions for Data Scientists
Project description
read_csv_excel
Overview
read_csv_excel
is a Python library that provides a collection of common and customized functions for handling data, particularly CSV and Excel data. It simplifies the process of converting data into Pandas DataFrames, performing statistical analysis, and creating visualizations.
Document
Features
- CSV and Excel data conversion to Pandas DataFrames.
- Statistical analysis of DataFrames.
- Customized functions for common data handling tasks.
- Plotting functions for data visualization.
Installation
You can install read_csv_excel
using pip:
pip install df-csv-excel
pypi page link is here:(https://pypi.org/project/df-csv-excel/)
Usage read and process data
Here is some examples for the functions, for more details, please refer to (https://pypi.org/project/df-csv-excel/)
from df_csv_excel import read_data
df = read_data.read_data_by_path('a.xlsx')
df['name'] = read_data.get_feature_from_json(df, 'json_column', ['key_name1', 'key_name2', 'key_name3])
df['time_column'] = read_data.foramt_date_column(df, 'date')
Usage plot data
from df_csv_excel import read_data, plot_data
df = read_data.read_data_by_path('a.xlsx')
plot_data.plot_histgram(df, 'column_name')
Contributing
If you have suggestions, enhancements, or find issues, please feel free to contribute! Follow the Contribution Guidelines for more details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file df-csv-excel-0.1.42.tar.gz
.
File metadata
- Download URL: df-csv-excel-0.1.42.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77fbfc5155515c2ad26948edbf28bb165c96bfb2369e6c85f185fb8b953819fe |
|
MD5 | 7fe00903cd3d289c982f4cc62fec189d |
|
BLAKE2b-256 | f7b38c5826e3bcb7c31a6fbf95a816ac1c517715218c21f15f91f3a54502ddd8 |
File details
Details for the file df_csv_excel-0.1.42-py3-none-any.whl
.
File metadata
- Download URL: df_csv_excel-0.1.42-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e08aa5b597113e9fd402f92892f0b946ca7a92407ded4583fa7a89fa0a180703 |
|
MD5 | 1b30ab29084ff315f3c07799e59f2054 |
|
BLAKE2b-256 | 519e783e2170e0aef8990bfe6beb2bf4e65c864efdcb99d8439b275db68adf6d |