Skip to content
View V0xP0p's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report V0xP0p

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. GroupSplit GroupSplit Public

    GroupSplit is a module to help split datasets into train and test sets for data science and machine learning projects.

    Python 1

  2. A simple code to parse an AutoCAD fi... A simple code to parse an AutoCAD file for specific text values and export them in an excel file
    1
    from pyautocad import Autocad
    2
    import pandas as pd
    3
    import tkinter as tk
    4
    from tkinter import filedialog
    5