Parth Malwankar

Results 3 issues of Parth Malwankar

Is there a way to ignore stop-words for MySQL full-text search? At the moment if we enter a search string that contains stop words, the stop words also get added...

Based on the discussion on #413 we should probably remove (currently incomplete) support for block handling in `DataFrame.from_csv`. This would possibly need documentation updates and update of code where `&block`...

CSVs frequently contain multiple date columns. These are not necessarily indexes. It would be good if from_csv function provided an easy way to load column(s) as dates. As it stands...

enhancement
difficulty: intermediate