Code Monkey home page Code Monkey logo

bdc_ra's Introduction

Hi ๐Ÿ‘‹ My name is Fuad Hassan

Data Science Major

fuadh246

I'm Fuad Hassan, a Data Science junior at Temple University. Proficient in Python and other languages, my GitHub highlights projects where I've applied these skills to solve complex data problems, from predictive modeling to insightful visualizations. With a solid foundation in coding and a passion for data-driven insights, I'm committed to pushing boundaries and making a tangible impact through innovative data analysis.

  • ๐ŸŒย  I'm based in Lansdale, PA, USA
  • ๐Ÿ–ฅ๏ธย  See my portfolio at Fuad Hassan web
  • โœ‰๏ธ You can contact me at [email protected]
  • ๐Ÿง ย  I'm learning Deep Learning

Skills

bash c css3 figma firebase flask git html5 java javascript linux mongodb mysql nodejs pandas python react selenium sqlite

Socials

Badges

My GitHub Stats

fuadh246's GitHub stats

Top Languages

Top Repositories

bdc_ra's People

Contributors

fuadh246 avatar

Stargazers

 avatar

Watchers

 avatar

bdc_ra's Issues

Headers length not matching for some table

initial code

try:
    if headers and len(headers) == new_table.shape[1]:
        new_table.columns = headers
except Exception as e:
    print(f'Error setting column names: {e}')
    print(f'Headers: {headers}')
    if headers:
        new_table.loc[0] = headers
    print(f'Updated Table: {new_table}')
    continue

plan is to match the len and if they match, then add the header directly; if not, add it on idex 0

Tracking

Remove all xlsx and clean_csv_file folder tracking

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.