Commit b772194
committed
Improve measurement data check in to_pandas
Replaces the simple measurement existence check in to_pandas with a new _has_measurement_data function that verifies species data is present. This prevents returning dataframes for measurements lacking actual data.1 parent 85611cb commit b772194
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
72 | 81 | | |
73 | 82 | | |
74 | 83 | | |
| |||
330 | 339 | | |
331 | 340 | | |
332 | 341 | | |
333 | | - | |
334 | 342 | | |
335 | 343 | | |
336 | 344 | | |
| |||
0 commit comments