Make every step oneLine.
Project description
oneLine
Make every step oneLine.
What is it?
It's a personal code set for learning and researching on Data Science and Machine Learning. It contains advanced encapsulation of some libraries, designing to provide a simpler mode of operation and help people to simplify their codes concisely.
This library is a collection of code used for learning and analysis, and the content is not perfect for the time being.
Installation
You can install this module with command below:
pip install one-line
How to use it?
Import module and dataset:
# import OneData, an extended DataFrame
from oneline import OneData
# input the data with address, and the format will be set automatically
data = OneData('test.csv')
You can also import data using Pandas:
import pandas as pd
from oneline import OneData
temp = pd.read_csv('test.csv')
# a DataFrame type data is also acceptable
data = OneData(temp)
More example see also test/test_EDA.py.
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 one-line-0.2.7.tar.gz.
File metadata
- Download URL: one-line-0.2.7.tar.gz
- Upload date:
- Size: 17.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0.post20210125 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f471f58fafde2c0f8bb4cb527a770539cb617a82796a16fda5810bc88c1a24f6
|
|
| MD5 |
dc4731c7c982d41e48043a4edd285d2a
|
|
| BLAKE2b-256 |
7892db69ca2816f5b8e7bd5a435a7ff7c8fb921990273e9f7b5519d9121b7cd9
|
File details
Details for the file one_line-0.2.7-py3-none-any.whl.
File metadata
- Download URL: one_line-0.2.7-py3-none-any.whl
- Upload date:
- Size: 23.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0.post20210125 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27ab65115efbbddc5247fb0fc3d5e9768d54413212bc7e0238ead8824750a68c
|
|
| MD5 |
5f1f837951aca4667e4d354aabc5f6b5
|
|
| BLAKE2b-256 |
379fddb7fce5a8ca7a943c37f45a613ad38ee0579181a6b8871bcfd6e37b9161
|