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
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file easydataframe_lipsum-0.0.3.tar.gz.
File metadata
- Download URL: easydataframe_lipsum-0.0.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14e6078a70559c5cc5849493632e08d5047ce5d8aeece09f8e6d0055a854723e
|
|
| MD5 |
415ea60997ca9377f56da26a749997cf
|
|
| BLAKE2b-256 |
4d81256fbe397a91ef6f6cab003dd59a87939368c9bb77c61e8951abd115232a
|
File details
Details for the file easydataframe_lipsum-0.0.3-py3-none-any.whl.
File metadata
- Download URL: easydataframe_lipsum-0.0.3-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27cc644de77cdc1b3b6b9dc6a4584e64a8034a29fc9b20fc3d3fd4d155c70c30
|
|
| MD5 |
93df9cff6dba1600f2bff0ec0591d9ad
|
|
| BLAKE2b-256 |
ee60509840befe73b33c2882c72fdb2288776a03f71ed7a6ca9378433e6fcfd5
|