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, and it provides 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.

For example:

from oneLine import OneData
# this how we measure data in oneLine. OneData is an extension class of DataFrame.

data = OneData('test.csv')
# input the data, which can be a address, ndarray or DataFrame

data = data.fill_na()
# fill the NaN values

summary = data.summary(info=False)
# simple summary of data, which will print the summary if info stays True

data.means('parameter1', hue='parameter2')
# calculate the means, which can have a hue variable applied

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.1.3b0.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

one_line-0.1.3b0-py3-none-any.whl (12.6 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