#Pandas DFs

2 messages · Page 1 of 1 (latest)

tacit flame
#

Hey i kinda struggle a lil with the dataframes.

ive now 2 DFs, which have both "window_id", which are integers only.
One frame has 2200 and the other 750,
i want to append the 750 on the "window_ids" of the first frame.
but....
the pd.merge() just gives me a kinda innerjoin, also when i used how="left" and have the right order :/

any ideas?
Pandas 2.3.1 btw

#

nvm -.-
whyever it works now properly...