InstallationΒΆ

Pallas requires Python 3.7 or newer. It can be installed using pip:

pip install pallas

When Pandas are installed, query results can be converted to pandas.DataFrame.

pip install pallas[pandas]