+13
-0
lines changedFilter options
+13
-0
lines changed Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
1
+
#!/usr/bin/env python
2
+
# coding: utf-8
3
+
4
+
import pandas as pd
5
+
6
+
7
+
def test_to_csv():
8
+
import gzip
9
+
f = gzip.open('to_csv_test.msgpack.gz', 'rb')
10
+
d=pd.read_msgpack(f)
11
+
d.to_csv('test.csv')
12
+
assert True
File renamed without changes.
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4