Open
Description
Hi, I have this issue in both 1.0.3 and 1.1.0 (I'm using Windows 10). I load a .dta file into a DataFrame and then try filtering it using @filter(_.) macro but it seems to get stuck until infinity unless i ctrl + c and force an exit. The same df works fine in 0.6.4 but loading the data takes much longer. I know that these are experimental functionalities, are they not available on Julia 1.*? @Map seems to work fine for example (using on data loaded from CSV).