From d5cffc2bc83095823c73b71cb7ebcfdc6c02ac57 Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Wed, 25 Nov 2015 18:55:09 -0600 Subject: [PATCH] fix RST format issue --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d1587db..b69b12e 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,11 @@ The HTTP header and format parameter are enabled by default on every pandas view Format | Content Type | pandas DataFrame Function | Notes -------|--------------|---------------------------|-------- -CSV | `text/csv` | `to_csv()` | +CSV | `text/csv` | `to_csv()` |   TXT | `text/plain` | `to_csv()` | Useful for testing, as most browsers will download a CSV file instead of displaying it -JSON | `application/json` | `to_json()` | -XLSX | `application/vnd.openxml...sheet` | `to_excel()` | -XLS | `application/vnd.ms-excel` | `to_excel()` +JSON | `application/json` | `to_json()` |   +XLSX | `application/vnd.openxml...sheet` | `to_excel()` |   +XLS | `application/vnd.ms-excel` | `to_excel()` |   PNG | `image/png` | `plot()` | Currently not very customizable, but a simple way to view the data as an image. SVG | `image/svg` | `plot()` | Eventually these could become a fallback for clients that can't handle d3.js @@ -270,7 +270,7 @@ With the above example data, this configuration would output a CSV file with the ---|---|---|--- **Location** | *site1* | *site1* | *site2* **Measurement** | *temperature* | *humidity* | *temperature* -**Date** | | | +**Date** | | |   2016-01-01 | 3 | 30 | 4 2016-01-02 | | | 5 @@ -350,7 +350,7 @@ With the above example data, this configuration would output a CSV file with the   | temperature-value | humidity-value | temperature-value ---|---|---|--- **Location** | *site1* | *site1* | *site2* -**Date** | | | +**Date** | | |   2014-01-01 | 3 | 30 | 4 2014-01-02 | | | 5