Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
MLTable is a Python package that provides fast, flexible data loading functions designed to make accessing "tabular" data easy and intuitive. MLTable will help you to abstract the schema definition for tabular data so that it is easier to materialize the table into a Pandas dataframe. MlTable can be leveraged upon delimited text files, parquet files, delta lake, json-lines files from a cloud object store or local disk.
Here are a few things that mltable does well:
Flexible sampling and filtering functionality on large data
Robust IO tools for loading data from flat files (CSV and delimited), parquet files, delta lake and json-lines files
Capturing and defining schema contained in flat files
Fast materialization of data into Pandas DataFrame
You can install MLTable package via pip.
pip install mltable
Please note MLTable package is pre-installed on AzureML compute instances.
The official documentation is hosted on working with tables.
MLTable artifact’s metadata file is called MLTable which adheres to the AzureML MLTable schema.
MLTable.save()
bug fixesMLTable.save()
supports cloud storage. Please find more details here.from_delta_lake
supports pulling latest version by defaultsupport_multi_line
issue for MLTable.from_delimited_files
FAQs
Contains MLTable loading and authoring apis for the mltable package.
We found that mltable demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.