Skip to content

Commit d5cffc2

Browse files
committed
fix RST format issue
1 parent dca93b8 commit d5cffc2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ The HTTP header and format parameter are enabled by default on every pandas view
5555

5656
Format | Content Type | pandas DataFrame Function | Notes
5757
-------|--------------|---------------------------|--------
58-
CSV | `text/csv` | `to_csv()` |
58+
CSV | `text/csv` | `to_csv()` |  
5959
TXT | `text/plain` | `to_csv()` | Useful for testing, as most browsers will download a CSV file instead of displaying it
60-
JSON | `application/json` | `to_json()` |
61-
XLSX | `application/vnd.openxml...sheet` | `to_excel()` |
62-
XLS | `application/vnd.ms-excel` | `to_excel()`
60+
JSON | `application/json` | `to_json()` |  
61+
XLSX | `application/vnd.openxml...sheet` | `to_excel()` |  
62+
XLS | `application/vnd.ms-excel` | `to_excel()` |  
6363
PNG | `image/png` | `plot()` | Currently not very customizable, but a simple way to view the data as an image.
6464
SVG | `image/svg` | `plot()` | Eventually these could become a fallback for clients that can't handle d3.js
6565

@@ -270,7 +270,7 @@ With the above example data, this configuration would output a CSV file with the
270270
---|---|---|---
271271
**Location** | *site1* | *site1* | *site2*
272272
**Measurement** | *temperature* | *humidity* | *temperature*
273-
**Date** | | |
273+
**Date** | | |  
274274
2016-01-01 | 3 | 30 | 4
275275
2016-01-02 | | | 5
276276

@@ -350,7 +350,7 @@ With the above example data, this configuration would output a CSV file with the
350350
  | temperature-value | humidity-value | temperature-value
351351
---|---|---|---
352352
**Location** | *site1* | *site1* | *site2*
353-
**Date** | | |
353+
**Date** | | |  
354354
2014-01-01 | 3 | 30 | 4
355355
2014-01-02 | | | 5
356356

0 commit comments

Comments
 (0)