Skip to content

Commit

Permalink
Merge pull request #1666 from RadostW/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwhite authored Apr 9, 2023
2 parents 2c7af03 + 9f16f0e commit 694528b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ The Data Retriever handles a number of common tasks including:
#. Downloading the data
#. Transforming data into appropriately normalized forms for database management systems (e.g., "wide" data into "long" data and splitting tables into proper sub-tables to reduce duplication)
#. Converting heterogeneous null values (e.g., 999.0, -999, NaN) into standard null values
#. Combining multiple data files into single tables; and 6) placing all related tables in a single database or schema.
#. Combining multiple data files into single tables
#. Placing all related tables in a single database or schema.

A couple of examples on the more complicated end include the Breeding Bird
Survey of North America (breed-bird-survey) and the Alwyn Gentry Tree Transect
Expand Down

0 comments on commit 694528b

Please sign in to comment.