Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
pip install dataplate
This client communicates with DataPlate platform servers from within your Data-Science development environment For more info: DataPlate
See also our JupyterLab extension: DataPlate-Lab
First:
Install DataPlate Portal Web service and navigate to "API Documentation" for usage instructions
More details:
DataPlate() constructor accepts the following parameters:
env - Environment to retrieve the Data from ('dev' or 'prd'). access_key - Alternative method for supplying your access key. dataplate_ur - Alternative method for supplying DataPlate Portal URI.
Get the access key from Dataplate Web-service portal (Navigate in Menu to "Private access key"):
This example shows how to run a query, and return results as Pandas DataFrame object:
from dataplate.client import DataPlate
dataplate = DataPlate()
df = dataplate.query_to_df('''
SELECT * FROM myTable WHERE `date`='20200218' AND hour=12
''')
For more instructions, please refer to the DataPlate Github
FAQs
DataPlate Python API - interact with Dataplate webserver
We found that dataplate demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.