.. SPDX-FileCopyrightText: 2017 Mattia Verga .. .. SPDX-License-Identifier: CC-BY-SA-4.0 Using data with Pandas ====================== The `data` module provides some function for using OpenNGC data with `Pandas `_. Pandas is a powerful Python tool for data analysis and manipulation. OpenNGC data is provided as Pandas' DataFrames. Public Methods ^^^^^^^^^^^^^^ .. autofunction:: pyongc.data.all .. autofunction:: pyongc.data.clusters .. autofunction:: pyongc.data.galaxies .. autofunction:: pyongc.data.nebulae