Bo HOU

Results 16 comments of Bo HOU

Need to implement the export to csv / json file function on runner side.

move this to 0.9.0 as the PR is merged in 0.9.0 release

the `skip` and `tail` features you request are for exploring CSV only? Or you want to 'RUN' analysis on parts of your CSV? Did you see performance issue when analyzing...

0.10.0 introduced an extension system. It is a good opportunity to start using it by implementing an AWS extension with S3 source included

I can't reproduce this issue on my side with the Fifa2019 example, (import CSV, explore, test, and run). Could you please provide step by step details to help me reproduce...

I am currently preparing the [0.9.0](https://github.com/ananas-analytics/ananas-desktop/projects/1) release. so MSSQL support might be included in 0.10.0 or the release after it depends on the charge of 0.10.0.

Currently, it is possible to filter the undesired columns by an SQL step with ```sql SELECT [desired columns] FROM PCOLLECTION ``` It is a whitelist way. But sometimes, it is...

@Nishkalkashyap thanks for the info! will first code signing the macOS version, and then windows one.

This looks like a display issue. Need to provide a project/global timezone settings for date display.

Currently, only the desktop version is supported. Technically it is totally possible to support a web version, as the UI is written in javascript & *React*(actually, the early prototype is...