Skip to main content

A library that handles small xlsx files as a DataFrame.

Project description

Easy Dataframe

What is this library?

This library is used when using the xlsx file as pandas.DataFrame.

It is intended for use in small-scale development.

What kind of function does it have?

  • A function to judge whether it is xlsx or csv from the file path and read it as a data frame(from dataframe_in import read)

  • Ability to read a specific cell(from dataframe_helper import read_cell)

  • Check if there is NaN or None in the data frame

  • ※ Most functions try to treat the elements of the data frame as str(from dataframe_helper import _any_to_str).

use

pip install easydataframe-lipsum

python3

>>> import lipsum_easydataframe.dataframe_helper as helper

>>> helper.example()

Required library

pandas

Required System

Windows10 == useWindows and usePython >= Python3.8

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

easydataframe_lipsum-0.0.3.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

easydataframe_lipsum-0.0.3-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

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