Numpy and JSON over Pandas: Revision history

From Master of Neuroscience Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 October 2025

  • curprev 16:5616:56, 17 October 2025 Davrot talk contribs 3,643 bytes −14 The goal Tag: Visual edit
  • curprev 13:5413:54, 17 October 2025 Davrot talk contribs 3,657 bytes +3,657 Created page with "== The goal == Normally we can not use JSON with Numpy. However, if we use [https://pandas.pydata.org/ Pandas] as an intermediary then we can do it. Questions to [mailto:davrot@uni-bremen.de David Rotermund] '''Note: Pandas can also be used for many other formats beside JSON.''' == Writing JSON [https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_json.html#pandas-dataframe-to-json pandas.DataFrame.to_json] == <syntaxhighlight lang="python">DataFrame.to_js..." Tag: Visual edit