cenpy.products._Product

class cenpy.products._Product[source]

The fundamental building block to make pre-configured Census Products, like ACS or Decennial2010.

Attributes
tables

All of the main table codes in the Census API for this product.

variables

All variables, including columns and search predictates,

Methods

check_match(self, name, level[, …])

A helper function to verify the match used by the product API.

filter_tables(self[, pattern, by, engine])

Filter tables by a given pattern.

filter_variables(self[, pattern, by, engine])

Grabs columns that match a particular search pattern.

from_place(self, place[, variables, …])

Query the Census for the given place.

__init__(self, /, *args, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(self, /, \*args, \*\*kwargs)

Initialize self.

check_match(self, name, level[, …])

A helper function to verify the match used by the product API.

filter_tables(self[, pattern, by, engine])

Filter tables by a given pattern.

filter_variables(self[, pattern, by, engine])

Grabs columns that match a particular search pattern.

from_place(self, place[, variables, …])

Query the Census for the given place.

Attributes

tables

All of the main table codes in the Census API for this product.

variables

All variables, including columns and search predictates, available from the API