fivpy.datasets

Module with functions to load the data used in examples.

Module Contents

Functions

data_1()

Loads the data from the board 4.1. - Credits to Soares, Paula Neto & Souza

data_2()

Loads one of the bult-in datasets with data collected in the Atlantic

data_3()

Loads one of the bult-in datasets with data collected in the Atlantic

fivpy.datasets.data_1()[source]

Loads the data from the board 4.1. - Credits to Soares, Paula Neto & Souza (2010). The board contains the columns:

units: the sample units used columns: the columns selected from the complete data rows: the rows selected from the complete data volume: the volume of the sample unit

Returns

The data.

Return type

data (pandas.DataFrame)

Examples

>>> data_1()
fivpy.datasets.data_2()[source]

Loads one of the bult-in datasets with data collected in the Atlantic Forest, Bahia, Brazil. The dataset contains the columns:

n_tree: number of the tree on field units: the sample units used cbh: circumference at breast height height: height of the tree

Returns

The data.

Return type

data (pandas.DataFrame)

Examples

>>> data_2()
fivpy.datasets.data_3()[source]

Loads one of the bult-in datasets with data collected in the Atlantic Forest, Bahia, Brazil. The dataset contains the columns:

n_tree: number of the tree on field units: the sample units used cbh: circumference at breast height height: height of the tree

Returns

The data.

Return type

data (pandas.DataFrame)

Examples

>>> data_3()