Skip to content
#

arrow

Here are 236 public repositories matching this topic...

allspatial
allspatial commented Oct 8, 2021

Are you using Python or Rust?

Python

Which feature gates did you use?

This can be ignored by Python users.

What version of polars are you using?

0.9.12

What operating system are you using polars on?

macOS

Describe your bug.

When reading a CSV file with variable number of columns, polars assumes all rows have the number of columns inferred from th

xudong963
xudong963 commented Nov 15, 2021

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
There are some discussions in #1228

Describe the solution you'd like
like #1290

Describe alternatives you've considered
The task is mechanical, however, it is ideal for newcomers to familiarize themselves with datafusion's build, test, and PR processes.

**Additional context

xezpeleta
xezpeleta commented Nov 12, 2021

Hi,

When I configure a Google Spreadsheet using the Docker environment, I get the following error:

[2021-11-12T11:35:25Z INFO  roapi_http::api] loading `uri(https://docs.google.com/spreadsheets/d/<redacted>)` as table `<redacted>`
thread 'main' panicked at 'no CA certificates found', /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/hyper-rustls-0.22.1/src/connector.rs:45:13
`
NeroCorleone
NeroCorleone commented Aug 11, 2020

Problem description

Reading a dataset with eager's read functionality raises a ValueError when providing columns.

Example code (ideally copy-pastable)

import pandas as pd

from tempfile import TemporaryDirectory
from functools import partial
from storefact import get_store_from_url

from kartothek.io.eager import store_dataframes_as_dataset, read_dataset_as_data

Improve this page

Add a description, image, and links to the arrow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the arrow topic, visit your repo's landing page and select "manage topics."

Learn more