Skip to main content

Library to create custom dataframe quickly

Project description

English | Español | Français | Deutsch | 中文 | Türkçe | 日本語 | 한국어

DFQUICK

A library to create quick custom dataframe. You can create integer columns, category columns and Data Columns easilys

Developed by Marcel Tino (c) 2024

Examples of How To Use the library

You can use this to alter according to your requirements

##syntax
int_column(column name,starting value, ending value, count of rows)
cat_column(column name, Values in a list, count of rows, Probablities of each occurence (Optional))
random_dates(column name,starting date, ending date, count of rows

import pandas as pd
from dfquick import int_column
from dfquick import cat_column
from dfquick import random_dates 

data=int_column("column1", 1, 500, 500)
data=cat_column("Column2",['A','B','C','D'],500,['0.25','0.5','0.1','0.15'])
data=random_dates("Dates",'2020-05-10','2022-05-10',500)

Note: We can create the dataframe using the name data only. You can alter the name later

  • Share retail_dictionary on these social media platforms if you like it! Reddit HackerNews Twitter Facebook LinkedIn

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

dfquick-0.1.4.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

dfquick-0.1.4-py3-none-any.whl (2.9 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