Skip to main content

ibis-pandas

Installation

pip install ibis-pandas

Getting started

>>> import ibis
>>> import pandas as pd
>>>
>>> df = pd.DataFrame(
...     [["a", 1, 2], ["b", 3, 4]],
...     columns=["one", "two", "three"],
...     index=[5, 6],
... )
>>> df
  one  two  three
5   a    1      2
6   b    3      4
>>> con = ibis.pandas.connect()
>>> t = con.create_table("t", df)
>>> t1 = t.select(two=t.two + 1, three=t.three * 3)
>>> t2 = t1.filter(t1.two > 3)
>>> t3 = t2.select(t2.two, t2.three)
>>> t3.execute()
   two  three
6    4     12

Download files

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

Source Distribution

ibis_pandas-0.1.0.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

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

ibis_pandas-0.1.0-py3-none-any.whl (9.5 kB view details)

Uploaded Python 3

File details

Details for the file ibis_pandas-0.1.0.tar.gz.

File metadata

  • Download URL: ibis_pandas-0.1.0.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for ibis_pandas-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b3611a5b3bb2ba71031988f24d26d962d2f6af84fe316327935b8f44107bb0c9
MD5 3f470d42049b062168b08fdb5a824004
BLAKE2b-256 373016edcbe0d1a37cd354a9582e3a74a668c9fb1b8022e7d54f3d8ea25b7c0c

See more details on using hashes here.

File details

Details for the file ibis_pandas-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: ibis_pandas-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 9.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for ibis_pandas-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 54134e96f0f957fe50ed6d1c6aa70a4eec92c5082eb8352eb279e65bc6a5b6c6
MD5 07620d0085d8ee08dd0fa4bc507c4287
BLAKE2b-256 56a0c4df6afec1a03734836e3cc74182f0cbc431113d7643f52cc998fbe4c7aa

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 files

Supported by

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