Skip to content

cainemerrick98/islands_df

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Islands Df

Inspired by the leet code count the number of islands challenge - islands df can take a spreadsheet sheet with multiple tables and create a dataframe for each table in the sheet.

It works by implementing BFS each time it finds a node with data, the BFS algorithm remembers the top left and bottom right cell of table. The data from the sheet within these bounds is then passed to the pandas dataframe constructor and each created dataframe is returned in a list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published