Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

s2v_extractor-0.0.1.tar.gz (1.3 kB view hashes)

Uploaded Source

Built Distribution

s2v_extractor-0.0.1-py3-none-any.whl (2.3 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