Skip to main content

pandas-fast-nested-looper

Project description

v0.0.5

Суулгах:

https://github.com/ganbaaelmer/pandas-fast-nested-looper.git

https://pypi.org/project/pandas-fast-nested-looper

эсвэл


pip install pandas-fast-nested-looper

Тайлбар:

2 өөр pandas dataframe ийн тоон утгатай багануудын хооронд хийгддэг асар олон тооны давталттай for loop ээс үүсэх урт хугацааг numba ашиглан хэмнэх зорилготой хийсэн болно.

Numba ашигласнаар том хэмжээний for loop ийг гүйцэтгэх хурд нь numba тохиргоо болон cpu, gpu ашигласанаас хамаарч 110%-477%-р хурдасдаг.

Их хэмжээний дата дээр хийгдсэн for loop давталтуудын хугацааны ялгааг эндээс харна уу:

https://www.codearmo.com/python-tutorial/speed-looping-through-pandas-dataframe-numba

https://medium.com/@mflova/making-python-extremely-fast-with-numba-advanced-deep-dive-2-3-f809b43f8300

Ашиглах заавар:


from pandas-fast-nested-looper import pandas-fast-nested-looper

file1_name = "your_file1.csv"

file2_name = "your_file2.csv"

file1_column_A = 'your_file1_column_A'

file1_column_B = 'your_file1_column_B'

file2_column_A = 'your_file2_column_A'

file2_new_column_name = "your_file2_new_column_name"

file2_column_B_list, file2_df = pandas_fast_nested_looper.pandas_fast_nested_looper(file1_name, file1_column_A, file1_column_B, file2_name, file2_column_A, file2_new_column_name)

Үндсэн үйлдэлүүд:

option1:

for i in range(file2_column_A.shape[0]):

for i in range(file1_column_A.shape[0])

    if file1_column_A[i] == file2_column_A[j]:

        file2_column_B_list[i] = file1_column_B[j]

    else:

        pass

option2:

...

Үр дүн:

file2_column_B_list лист үүснэ

file2_df dataframe дотор таны өгсөн file2_new_column_name багана бүхий мэдээлэл үүснэ

df2_with_new_column.csv файл диск дээр үүснэ.

Анхаарах зүйлс:

  • numpy болон numba ашиглаж байгаа учир зөвхөн тоон утгатай багануудын хооронд үйлдэл хийдэг.

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

pandas_fast_nested_looper-0.0.5.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pandas_fast_nested_looper-0.0.5-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file pandas_fast_nested_looper-0.0.5.tar.gz.

File metadata

File hashes

Hashes for pandas_fast_nested_looper-0.0.5.tar.gz
Algorithm Hash digest
SHA256 ec64ce5776052efa1633e33c7c650fdc3f83e1264cd25ef048c336b1e26f2569
MD5 0ea5154eecb8e60fb2f380f89397f144
BLAKE2b-256 de61bf3c521fd3b527814fb00e402c953ace18097dccb7ccfcfc4c6338e8149c

See more details on using hashes here.

File details

Details for the file pandas_fast_nested_looper-0.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for pandas_fast_nested_looper-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 dd2a0581372a46e161bb0bfbbc4e11d21928b9a9d636f3cc7412873d1ea64d38
MD5 f238acedbcca045ad72190d3f4640627
BLAKE2b-256 19f632f18db33d35dd5b62114e7761217e19f7ef4b4af76402a8620b342e0a94

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page