Question
use Pandas on STM32mp157F-DK2
tpy to use Pandas on STM32mp157F-DK2.
very simple example - Python.
df = pd.DataFrame(np.random.randn(6, 4), index=dates, columns=list("ABCD"))
print(df)
I get an error
File "pandas/_libs/internals.pyx", line 717, in pandas._libs.internals.BlockManager._rebuild_blknos_and_blklocs
ValueError: Buffer dtype mismatch, expected 'intp_t' but got 'long long'
Problem with panda or build?
I added several packages to the image.
IMAGE_INSTALL:append = "\ packagegroup-core-buildessential \ python3-scipy \ python3-pip \ python3-matplotlib \ python3-pandas \ networkmanager \ "
