Skip to main content

General data processing tool.

Project description

feilian

General data processing tool.

Features

  • More default values, less necessary arg.
  • Encapsulation of panda dataframe for simple usage.

Usage

Read a file as dataframe

from feilian import read_dataframe

input_file = ''     # file can be any csv, json or xlsx format
df = read_dataframe(input_file)

Write dataframe to a file

import pandas as pd
from feilian import save_dataframe

df = pd.DataFrame(dict(a=[1, 2, 3], b=[4, 5, 6]))
output_file = ''  # file can be any csv, json or xlsx format
save_dataframe(output_file, df)

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

feilian-1.1.9.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

feilian-1.1.9-py3-none-any.whl (10.1 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