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
Release files for dfquick 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dfquick-0.1.4.tar.gz | 2.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dfquick-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.8 kB
Release files / dfquick-0.1.4.tar.gz
| Download URL | dfquick-0.1.4.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7d501195318710de682ddd2bb3d28b3f654230baeae112fa61e032bdff0e9ba3
|
|
BLAKE2b-256 checksum How to use checksums |
c0087f4c9759132bbd1c88f223442b4577bd0bc560ce7d51626d8ef6cf1dd3d2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.5
|
Release files / dfquick-0.1.4-py3-none-any.whl
| Download URL | dfquick-0.1.4-py3-none-any.whl |
|---|---|
| Size | 2.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c3839241bfcc785e1071ca3a271450dea43f7a71ba37e63ff545e50f456dd539
|
|
BLAKE2b-256 checksum How to use checksums |
61807e4867a63d50c53171a2e63ce44f33ed121cbb4d6cbb5913b40aae98e366
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.5
|