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.0.0.tar.gz
(20.4 kB
view hashes)
Built Distribution
Close
Hashes for cyberpandas-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f83a61f9da21bbbd135037501376b738d4fff0596d67ba08575786c6b8dcb630 |
|
MD5 | ef062009a7f418c25342c466c303bb29 |
|
BLAKE2b-256 | b8c1bf9faeb749cb8635bb47c83f6baa18192b605445b95ea7309eec6fd508ab |