Skip to main content

Commonly used functions for Data Scientists

Project description

read_csv_excel

License: MIT

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

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

df-csv-excel-0.1.43.tar.gz (9.7 kB view details)

Uploaded Source

Built Distribution

df_csv_excel-0.1.43-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file df-csv-excel-0.1.43.tar.gz.

File metadata

  • Download URL: df-csv-excel-0.1.43.tar.gz
  • Upload date:
  • Size: 9.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for df-csv-excel-0.1.43.tar.gz
Algorithm Hash digest
SHA256 7b4baba699bd3d17b979ed80b9bf0dd4c16d0fcfb23b2f91b682889f22c665d3
MD5 29619f6a901c9de8ce054d7360fbaf88
BLAKE2b-256 2bb7ef34a4e2441985358fb928ae7594fa23d8137476820e93222820d1cfe8c5

See more details on using hashes here.

File details

Details for the file df_csv_excel-0.1.43-py3-none-any.whl.

File metadata

File hashes

Hashes for df_csv_excel-0.1.43-py3-none-any.whl
Algorithm Hash digest
SHA256 8f0774d7c7811149da8ee0ee6259ba7a6916d08c64c066388e3a2bd85585cb5f
MD5 3faa0a38fd57d54e03979f9b4abd4e6e
BLAKE2b-256 ea9a719c7ae822f2072df093b733b23f8332207506380b5cbe0f0036678b707b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page