Skip to main content

Empowering Effortless Data Linking.

Project description



linkifile: Empowering Effortless Data Linking

Package PyPI Latest Release PyPI Downloads
Meta Powered by linkifile License - MIT

What is linkifile?

linkifile is a Python package designed to automate the process of populating one column of data by web scraping information from the internet based on the contents of another column. It simplifies the task of linking data columns and enriching your datasets with desired links.

Table of Contents

Main Features

  • Effortlessly link data columns, saving time and effort in manual data enrichment tasks.
  • Utilize web scraping to retrieve relevant information from the web and populate your data columns with valuable insights.
  • Tailor your queries to extract specific data from the web, customizing the data enrichment process.
  • Accelerate the data linking process with built-in multithreading support for faster execution, even with large datasets.
  • Designed with user-friendliness in mind, making it accessible to users of all levels of technical expertise.

Where to get it

The source code is currently hosted on GitHub at: https://github.com/ar8372/linkifile

Binary installers for the latest released version are available at the Python Package Index (PyPI).

Installation

You can install linkifile using pip:

pip install linkifile

Usage

  1. Import the Linker module from the linkifile package.
  2. Create an instance of the Linker class by specifying the source file, column pairs, and optional destination file.
  3. Use the populate method to link data columns based on web scraping queries.

Example:

from linkifile import Linker

# Create a Linker instance with source file, column pairs, and optional destination file
l = Linker(source_file="data.csv", coln_pairs=["Company Name", "Website Link"])

# Populate data columns based on a specific query
l.populate(query="{{x}} official website")
Before After

License

This project is licensed under the MIT License

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

linkifile-0.1.4.tar.gz (7.8 kB view hashes)

Uploaded Source

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