Skip to main content

3 docs tagged with "Data Science"

View all tags

Create a New column

This is a solution for the leetcode 2881 problem which is to create a new column.This problem uses pandas which is a python library for solving

Drop Duplicate Rows

This is a solution for the Leetcode problem 2882 which asks to drop duplicate rows and keep only the first occurence. This Problem is solved with the help of python library Pandas.