Giter Site home page Giter Site logo

Comments (2)

guyrosin avatar guyrosin commented on July 19, 2024 1

Right, it seems to work fine now :)

from polars.

leoforney avatar leoforney commented on July 19, 2024

I was unable to recreate this issue on my machine given the code you've provided. This is the output from my attempt:

>>> import polars as pl
>>> schema = {"foo": pl.Array(pl.Int32, 2)}  # this does not
>>> lists = [[1, 1], [2, 2]]
taFrame({"fo>>> df1 = pl.DataFrame({"foo": lists}, schema=schema)
foo": lists}, schema=schema)
df1.extend(df2)>>> df2 = pl.DataFrame({"foo": lists}, schema=schema)
>>> df1.extend(df2)
shape: (4, 1)
┌───────────────┐
│ foo           │
│ ---           │
│ array[i32, 2] │
╞═══════════════╡
│ [1, 1]        │
│ [2, 2]        │
│ [1, 1]        │
│ [2, 2]        │
└───────────────┘
>>> exit();

Here's my versions:

--------Version info---------
Polars:               0.20.19
Index type:           UInt32
Platform:             Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.35
Python:               3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]

----Optional dependencies----
adbc_driver_manager:  <not installed>
cloudpickle:          <not installed>
connectorx:           <not installed>
deltalake:            <not installed>
fastexcel:            <not installed>
fsspec:               2023.6.0
gevent:               <not installed>
hvplot:               <not installed>
matplotlib:           <not installed>
nest_asyncio:         <not installed>
numpy:                1.25.0
openpyxl:             <not installed>
pandas:               2.0.1
pyarrow:              12.0.1
pydantic:             1.10.10
pyiceberg:            <not installed>
pyxlsb:               <not installed>
sqlalchemy:           <not installed>
xlsx2csv:             <not installed>
xlsxwriter:           <not installed>

from polars.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.