A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/rmorgans/pandas/commit/f3d0a9e629866fb0d4bcfdde13b631997efa7e5f below:

test for to_csv · rmorgans/pandas@f3d0a9e · GitHub

File tree Expand file treeCollapse file tree 3 files changed

+13

-0

lines changed

Filter options

Expand file treeCollapse file tree 3 files changed

+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