AutoViML / AutoViz

Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.
Apache License 2.0
1.73k stars 199 forks source link

Make code more pythonic #12

Closed jmishra01 closed 4 years ago

jmishra01 commented 4 years ago

I found some piece of code can be written as a pythonic way, -- multi-lines change to a single line of code -- in place of a list (or list comprehension) use map function or generator -- in one place found list append call from list comprehension - there I use extend function

AutoViML commented 4 years ago

Merging Jitendra's changes.