datatable icon indicating copy to clipboard operation
datatable copied to clipboard

A Python package for manipulating 2-dimensional tabular data structures

Results 151 datatable issues
Sort by recently updated
recently updated
newest added

- How to reproduce the bug? **This part is the most important**. Please provide a code snippet which, when executed in console, demonstrates the problem. If necessary, attach any data...

I don't want to read the big file in once, but open it and then read it iteratively. However, an error is reported. Is the version 1.1.0 does not support...

- How to reproduce the bug? ``` $ pip install datatable Collecting datatable Downloading datatable-1.1.0-cp311-cp311-macosx_10_9_universal2.whl.metadata (1.8 kB) Downloading datatable-1.1.0-cp311-cp311-macosx_10_9_universal2.whl (8.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/8.3 MB 2.5 MB/s eta 0:00:00 Installing collected...

I am trying to install datatable using `pip install datatable` in MacOS(BigSur). When I am trying to install it in mamba environment, I get the following. Will the environement mamba...

- Did you find a bug in datatable, or maybe the bug found you? unable to install datatable on python 3.12.0 - How to reproduce the bug? pip install datatable...

Nesting aggregation calls sometimes produces incorrect results ```py >>> from datatable import dt, f >>> DT = dt.Frame([1, 2]) >>> DT[:, dt.mean(dt.sum(f.C0))] | C0 | float64 -- + ---------- 0...

bug
groupby

Hi, as I was forced to migrate to Python 3.11 on Windows 10, I need a pip wheel for the installation of the latest version as 1.0.0 is not working....

Firstly, thank you for your work on this very useful library! - Did you find a bug in datatable, or maybe the bug found you? I was trying to use...

When compiling from source on aarch64 I encounter an error regarding converting git_date to UTC time due to the inclusion of stderr in stdout: ``` 20.77 Preparing metadata (pyproject.toml): finished...

It seems that currently our thread pool doesn't set CPU affinity, that may have serious performance implications.

improve
performance