as_pandas_Series: Convert from R to Pandas Series using feather

Description Usage Arguments

Description

Convert R objects that are coercible to data.frames to Pandas Series. These R objects must either have only 1 column, or must have 2 columns where 1 of those columns is identified as the index for the Series.

Usage

1

Arguments

x

A 1-D R object to convert to a Pandas Series

...

Currently unused

index

A bare column name to use as the Series index if the R object to convert has 2 columns.


DavisVaughan/featherframe documentation built on May 28, 2019, 3:58 p.m.