zkchen
zkchen
Try python 2 instead of python 3 and see if it works.
On my windows 10 I ran command ```npm install --global --production windows-build-tools``` to install the windows build tool and then switched to python2.7.16, these fixed my same issue.
@YarShev Yes it is expected. My goal is to split bigger row with large data into many rows with smaller data, currently I have an `apply()` and then follow with...
@YarShev What I have done to workaround this issue is to not query the dataframe. Instead, I apply the function on every row, check for the length, if is not...
yes, I can live with it for now.
Sorry have to reopen this issue, latest 2.22.0 does not have aarch64 :-( @anyscalesam @aslonnie ,is it possible for you guys to include aarch64 version into regular releases?
``` VM6246:2 Uncaught ReferenceError: require is not defined at :2:12 at ta.eval [as c] (output_binary.js?vrz=colab-20191210-082400-RC00_284774395:78) at va (output_binary.js?vrz=colab-20191210-082400-RC00_284774395:14) at xa.next (output_binary.js?vrz=colab-20191210-082400-RC00_284774395:14) at eval (output_binary.js?vrz=colab-20191210-082400-RC00_284774395:15) at new Promise () at ya...
@vnlitvinov @dchigarev thank both of you for the input, indeed in my case pandas returns Series instead of DataFrame.
This issue seems to be resolved.