In development Dashboard

Kelp Survey

The Kelp Survey project tracks how blade length, stipe width, and canopy depth shift across three monitoring sites, using spring transect records that also carry biomass, substrate, and growth-stage detail for every sampled frond.

Code 1
  1. #Import the survey toolkit and alias it as ks, which is shorter
  2. import kelpstat as ks
  3. #Use the ks.load_survey function to import the `kelp` dataset
  4. kelp_data = ks.load_survey('kelp')
ks kelp_data 5
SQL 2
  1. select * from kelp_data
  2. WHERE species = 'Bull kelp'
Aspecies Asite #blade_length_cm #stipe_width_mm #canopy_depth_cm #biomass_g Astage +
0Bull kelpCordell39.118.71813750Mature
1Bull kelpCordell39.517.41863800Juvenile
2Bull kelpCordell40.318.01953250Juvenile
3Bull kelpCordellnullnullnullnullNone
4Bull kelpCordell36.719.31933450Juvenile
5Bull kelpCordell39.320.61903650Mature
6Bull kelpCordell38.917.81813625Juvenile
7Bull kelpCordell39.219.61954675Mature
8Bull kelpCordell34.118.11933475None
9Bull kelpCordell42.020.21904250None