Skip to content

v0.2.6

Compare
Choose a tag to compare
@gsy0911 gsy0911 released this 10 Nov 15:21
· 164 commits to master since this release

update note

  • add multiprocessing-read, as azc.read(use_mp=True).csv().
  • add apply() function, as azc.read(use_mp=True).apply(function=some_function).csv()
  • modify glob(): not working under a certain directory.