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.
- CSV and Excel data conversion to Pandas DataFrames.
- Statistical analysis of DataFrames.
- Customized functions for common data handling tasks.
- Plotting functions for data visualization.
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/)
from df_csv_excel import read_data
df = read_data.read_data_by_path('a.xlsx')
If you have suggestions, enhancements, or find issues, please feel free to contribute! Follow the Contribution Guidelines for more details.