Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

one-line-0.2.7.tar.gz (17.7 kB view hashes)

Uploaded Source

Built Distribution

one_line-0.2.7-py3-none-any.whl (23.8 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