Python package extractoin value from string
Project description
s2v-extractor
#you get "abc234d4" from this 2344 as number
#memory and age are column of datafrme which has values like 16GB and you want 16 as number it will return dataframe withconverted values
import pandas as pd
from test import s2v
df=pd.read_csv('test_data.csv')
obj=s2v(df,["Memory","Age"])
print(obj.extract())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file s2v_extractor-0.0.1.tar.gz.
File metadata
- Download URL: s2v_extractor-0.0.1.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b1f806dd985ced077b5fb156a33e36025d673c2eff17730398b6d97208a699e
|
|
| MD5 |
cde7692f4cf8469d0214f95681d256ba
|
|
| BLAKE2b-256 |
7efe939bbcd7914b3cfd313078b44f4b257bc1ca6ab7f675caab6558def958f0
|
File details
Details for the file s2v_extractor-0.0.1-py3-none-any.whl.
File metadata
- Download URL: s2v_extractor-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93ef9683edea337bbf28230975a0ac067bb6a41fd77b56d68e9571683fa9f95e
|
|
| MD5 |
094180568974b9949d807a50665bffc8
|
|
| BLAKE2b-256 |
3c5c093a701fc40aab154be424e6300d36818a74c6c0b24b25bb6e999b64b8f5
|