Skip to main content

Remove all duplicates value from an array

Project description

PyRemoveDuplicates is a Python package that simplifies the process of removing duplicate elements from a list or array. It offers a straightforward and efficient solution for scenarios where data deduplication is required.

Installation

You can install PyRemoveDuplicates using pip, the Python package manager. Open your terminal or command prompt and run the following command:

pip install PyRemoveDuplicates

After installing the package, you can use it in your Python scripts as follows:

from PyRemoveDuplicates import Unique

# Create a list with duplicate elements
my_list = [1, 2, 2, 3, 4, 4, 5]

# Use the remove_duplicates function to remove duplicates
unique_list = Unique(my_list)

# Print the unique list
print(unique_list)

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

PyRemoveDuplicates-0.0.0.2.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

PyRemoveDuplicates-0.0.0.2-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

File details

Details for the file PyRemoveDuplicates-0.0.0.2.tar.gz.

File metadata

  • Download URL: PyRemoveDuplicates-0.0.0.2.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.5

File hashes

Hashes for PyRemoveDuplicates-0.0.0.2.tar.gz
Algorithm Hash digest
SHA256 375d9494946b5769ad700d3b51ae5134d12098c199cdc6d219f6cdda46d48b1a
MD5 aa99f429bc621ecdc72e672f4efa3d8f
BLAKE2b-256 10d36c330d1f450b49b93bfc23f7b71d59a9b8455b1ba5528ff530e68160e4b2

See more details on using hashes here.

File details

Details for the file PyRemoveDuplicates-0.0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for PyRemoveDuplicates-0.0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e07a2cbb0dcf02d95d52fd8675433e950bb10ea2c3f7ef6e8c3b05f7f953d448
MD5 ed366fc316b02ccfe343f721b316c386
BLAKE2b-256 17dab7da5d05c1221a2f491116e718d646b63b72ec99925a3fda38aee0b00a04

See more details on using hashes here.

Supported by

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