You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/scientific-data.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,8 @@ An overview of common data formats
226
226
- 🟨 : Ok / depends on a case
227
227
- ❌ : Bad
228
228
229
+
Adapted from Aalto university's `Python for scientific computing <https://aaltoscicomp.github.io/python-for-scicomp/work-with-data/#what-is-a-data-format>`__.
230
+
229
231
Some of these formats (e.g. JSON and CSV) are saved as text files (ASCII), thus they are
230
232
human-readable. This makes them easier to visually check them (e.g. for format errors) and
231
233
are supported out of the box by many tools. However, they tend to be slower during I/O and
0 commit comments