New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

plotly-calplot

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plotly-calplot - pypi Package Compare versions

Comparing version
0.1.19
to
0.1.20
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: plotly_calplot
Version: 0.1.19
Version: 0.1.20
Summary: Calendar Plot made with Plotly

@@ -5,0 +5,0 @@ Home-page: https://github.com/brunorosilva/plotly-calplot

@@ -159,5 +159,3 @@ from datetime import date

"""
print(data[x])
data[x] = validate_date_column(data[x], date_fmt)
print(data[x])
unique_years = data[x].dt.year.unique()

@@ -164,0 +162,0 @@ unique_years_amount = len(unique_years)

[tool.poetry]
name = "plotly_calplot"
version = "0.1.19"
version = "0.1.20"
description = "Calendar Plot made with Plotly"

@@ -5,0 +5,0 @@ authors = ["Bruno Rodrigues Silva <b.rosilva1@gmail.com>"]