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 details)

Uploaded Source

Built Distribution

dfquick-0.1.4-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

File details

Details for the file dfquick-0.1.4.tar.gz.

File metadata

  • Download URL: dfquick-0.1.4.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.5

File hashes

Hashes for dfquick-0.1.4.tar.gz
Algorithm Hash digest
SHA256 7d501195318710de682ddd2bb3d28b3f654230baeae112fa61e032bdff0e9ba3
MD5 33b65df36d74bf88dd8177c2a5e5776a
BLAKE2b-256 c0087f4c9759132bbd1c88f223442b4577bd0bc560ce7d51626d8ef6cf1dd3d2

See more details on using hashes here.

File details

Details for the file dfquick-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: dfquick-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 2.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.5

File hashes

Hashes for dfquick-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c3839241bfcc785e1071ca3a271450dea43f7a71ba37e63ff545e50f456dd539
MD5 5f8f61a9fae0c06c36b4cfe2797bff90
BLAKE2b-256 61807e4867a63d50c53171a2e63ce44f33ed121cbb4d6cbb5913b40aae98e366

See more details on using hashes here.

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