Closed athityakumar closed 7 years ago
Thanks @lokeshh. 🎉
Any other changes to be made, @zverok @v0dro?
Metaprogramming is a good approach. However, follow a general convention that all compulsory arguments (like the dataframe) object are kept as normal arguments and options are keywords. This way you are prevented from writing extra code. You can keep the metaprogramming.
Also my apologies for the delay in reviews. I'm preparing for my Japanese language test (its on 2nd July), which is taking up most of my time.
@v0dro - Sure, compulsory arguments are kept as normal arguments and others are either keyword arguments or options hash, as per the current state of this PR. Also, all the best for the language test! 👍
Yeah works. This PR is a go-ahead from my side so far. You just need to finish the write_sql and then feel free to merge.
from_plaintext
from_csv
from_html
from_excel
from_sql
from_activerecord
write_csv
write_excel
write_sql