MERIDIA
In development Dashboard

Kelp Forest Survey

The Kelp Forest Survey project explores the traits and classifications of nearshore reef fish, drawing on transect records that capture measurements such as body length, girth, and mass, alongside site, depth, and seasonal context.

Code 1
1#Import the vizkit package and alias it as vz, which is shorter
2import vizkit as vz
3#Use the vz.load_sample function to import the `reef` dataset
4reef_data = vz.load_sample('reef')
vz reef_data 7
SQL 2
1select * from reef_data
2WHERE species = 'Rockfish'
Aspecies Asite #length_cm #girth_cm #depth_m #mass_g Asex
0RockfishCape Larkin39.118.718.13750Male
1RockfishCape Larkin39.517.418.63805Female
2RockfishCape Larkin40.31819.53245Female
3RockfishCape LarkinnullnullnullnullNone
4RockfishCape Larkin36.719.319.33455Female
5RockfishCape Larkin39.320.6193650Male
6RockfishCape Larkin38.917.818.13628Female
7RockfishCape Larkin39.219.619.54675Male
8RockfishCape Larkin34.118.119.33472None
9RockfishCape Larkin4220.2194255None