Skip to content
View amarsaikhanb's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report amarsaikhanb

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. preprocess.py preprocess.py
    1
    # Only blind audtion's videos
    2
    participants = participants[participants.title.str.contains('Blind Audition | The Voice of Mongolia S2', regex=False)]
    3
    
                  
    4
    # Drop same title
    5
    participants['title'] = participants.title.str.replace("| Blind Audition | The Voice of Mongolia S2", "", regex=False)