Skip to content

Releases: aws/aws-sdk-pandas

AWS Data Wrangler 0.0.22

22 Nov 21:26
8e5853b
Compare
Choose a tag to compare

Bugfixes

  • Setting null date values as None for pandas.read_sql_athena() #69

P.S. Lambda Layer's bundle and Glue's wheel/egg are available below. It's just upload and run!

AWS Data Wrangler 0.0.21

20 Nov 09:32
Compare
Choose a tag to compare

Bugfixes

  • Fix bug for boolean type on spark.to_redshift()

P.S. Lambda Layer's bundle and Glue's wheel/egg are available below. It's just upload and run!

AWS Data Wrangler 0.0.20

16 Nov 02:09
Compare
Choose a tag to compare

Enhancements

  • Updating all dependencies #65

Bugfixes

  • Fix cast for nan values #66

P.S. Lambda Layer's bundle and Glue's wheel/egg are available below. It's just upload and run!

AWS Data Wrangler 0.0.19

11 Nov 20:08
90576b2
Compare
Choose a tag to compare

Bugfixes

  • Fix issues for partitions with a single raw #62

P.S. Lambda Layer's bundle and Glue's wheel/egg are available below. It's just upload and run!

AWS Data Wrangler 0.0.18

10 Nov 18:37
46486b5
Compare
Choose a tag to compare

Bugfixes

  • Fix cast issues for partition columns #59 #60

P.S. Lambda Layer's bundle and Glue's wheel/egg are available below. It's just upload and run!

AWS Data Wrangler 0.0.17

31 Oct 16:28
Compare
Choose a tag to compare

Enhancements

  • Pandas.read_sql_athena() now also accept bool columns with null values.

P.S. Lambda Layer's bundle and Glue's wheel/egg are available below. It's just upload and run!

AWS Data Wrangler 0.0.16

30 Oct 00:13
Compare
Choose a tag to compare

Enhancements

  • Add tags parameter to EMR.create_cluster()

P.S. Lambda Layer's bundle and Glue's wheel/egg are available below. It's just upload and run!

AWS Data Wrangler 0.0.15

28 Oct 19:37
Compare
Choose a tag to compare

Enhancements

  • spark_jars parameter of EMR.create_cluster() now expects a list of paths instead of a single string separated by comma.

P.S. Lambda Layer's bundle and Glue's wheel/egg are available below. It's just upload and run!

AWS Data Wrangler 0.0.14

26 Oct 16:44
Compare
Choose a tag to compare

Bugfixes

  • Fix EMR.create_cluster() issue for empty spark_defaults parameter

P.S. Lambda Layer's bundle and Glue's wheel/egg are available below. It's just upload and run!

AWS Data Wrangler 0.0.13

26 Oct 12:18
Compare
Choose a tag to compare

Enhancements

  • Documentation #54
  • Add Athena.query() to receive the result as python primitives (Iterable[Dict[str, Any]) #55
  • Add EMR.build_step()
  • Add EMR.submit_steps()
  • Add new parameters for EMR.create_cluster():
    • spark_log_level
    • spark_jars_path
    • spark_defaults
    • maximize_resource_allocation
    • steps
    • keep_cluster_alive_when_no_steps
    • termination_protected

Bugfixes

  • Fix EMR.create_cluster() issue for single node clusters

P.S. Lambda Layer's bundle and Glue's wheel/egg are available below. It's just upload and run!