Skip to main content

spark_gaps_date_rorc_tools

Project description

spark_gaps_date_rorc_tools

Github License Updates Python 3 Code coverage

spark_gaps_date_rorc_tools is a Python library that implements get gaps dates

Installation

The code is packaged for PyPI, so that the installation consists in running:

pip install spark-gaps-date-rorc-tools 

Usage

wrapper take gaps dates

config.yaml
===========
  conf:
    t_psan_test:
      table_path: "/data/master/psan/data/t_psan_test/"
      supplies : [
          "/data/master/psan/data/t_ksag_test/",
          "/data/master/psan/data/t_psan_test/"
      ]
    t_kctk_cust_rating_atrb:
      table_path: ""
      supplies : []



example1: file.py
=================
from spark_gaps_date_rorc_tools import show_gaps_date
df_pivot = show_gaps_date(spark=spark,
                          config_path_name="config.yaml",
                          table_rorc=["t_psan_xxx"]
                          hdfs_uri="hdfs://pedaaslive.scmx2p100.isi",
                          filter_date_initial="202101",
                          filter_date_final="202112")

Spark Style Dataframe: file.py
==============================                     
df_pivot.show2(limit=10)



Pandas Style Dataframe: file.py
==============================                 
df_pivot2 = df_pivot.toPandas()                      
df_pivot2.show2()

License

Apache License 2.0.

New features v1.0

BugFix

  • choco install visualcpp-build-tools

Reference

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spark_gaps_date_rorc_tools-0.2.1.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file spark_gaps_date_rorc_tools-0.2.1.tar.gz.

File metadata

File hashes

Hashes for spark_gaps_date_rorc_tools-0.2.1.tar.gz
Algorithm Hash digest
SHA256 481d0fd96cb4feb6c97d89c75119fbbef1365ed526c6af16e2413196f9c87a1a
MD5 35303311a22a9a75c288d4e4da538b7c
BLAKE2b-256 c8ea210bedceb348fbedfa8c1f21e1b76f2724d111141db0df07d408551fed3d

See more details on using hashes here.

File details

Details for the file spark_gaps_date_rorc_tools-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for spark_gaps_date_rorc_tools-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 699c4d3f181e09c4708883228ffbfa94f70306019bf235d9385e4139d5301c75
MD5 c1154390bb7026a44ca412bb521d2c35
BLAKE2b-256 010308d3fc8d5bf04e429e2f8820330d720a85ea8e660c493933b5defccbbcc7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page