IP Address type for pandas
Project description
Cyberpandas
Cyberpandas provides support for storing IP and MAC address data inside a pandas DataFrame using pandas' Extension Array Interface
In [1]: from cyberpandas import IPArray
In [2]: import pandas as pd
In [3]: df = pd.DataFrame({"address": IPArray(['192.168.1.1', '192.168.1.10'])})
In [4]: df
Out[4]:
address
0 192.168.1.1
1 192.168.1.10
See the documentation for more.
Installation
With Conda:
conda install -c conda-forge cyberpandas
Or from PyPI
pip install cyberpandas
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
cyberpandas-1.1.1.tar.gz
(22.8 kB
view details)
Built Distribution
File details
Details for the file cyberpandas-1.1.1.tar.gz
.
File metadata
- Download URL: cyberpandas-1.1.1.tar.gz
- Upload date:
- Size: 22.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | feef0f7ca9e43147e080de805eee1bfb80a44ba5c71d3b344161ff4f0dc45af7 |
|
MD5 | 7657c1c157021d23aa020b9d25c23a8c |
|
BLAKE2b-256 | 474b3d69d1158be1f52953aba8d312d96b4db76f226546ac94d26187f07bb68a |
File details
Details for the file cyberpandas-1.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: cyberpandas-1.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 21.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6d9667d329aaf4bbae61b493a778742661ef7004c6d61616e012497c1df536d |
|
MD5 | e27ec6e524d27c685cdefb5e0b272bb6 |
|
BLAKE2b-256 | 65b091b69f4a49ca67bb2787111b025be28c04968c8ad37df477c83e3602fb1e |