GithubHelp home page GithubHelp logo

Santosh Yadav's Projects

autograder icon autograder

Python program which grades Excel homework built by a lazy TA

club-operation-sql-frame icon club-operation-sql-frame

The dataset for these exercises is for a newly created country club, with a set of members, facilities such as tennis courts, and booking history for cd.members cd.bookings cd.facilities Column Name Data Type Column Name Data Type Column Name Data Type memid integer memid integer facid integer surname varchar(200) facid integer name varchar(200) firstname varchar(200) no_of_slots_bookeinteger membercost numeric address varchar(300) starttime timestamp guestcost numeric zipcode integer initialcost numeric telephone varchar(200) monthlymaintenancnumeric recommendedby integer joindate timestamp POINTS TO NOTE Recommendedby is the memid of the person who recommended in cd.bookings, a booking can be made by a guest or by a member. In case of guest, cd.bookings.memid = 0 otherwise it is = memid of cd.members No of hours =( (sum(No of slots) + 10)/20)*10 If booking made by guest then revenue = no_of_Slots_booked * guestcost If booking made by member then revenue = no_of_Slots_booked * membercost Total Revenue of facilities = sum of revenue of all bookings made for that facility Total Revenue on a date = sum of revenue of all bookings made on that date (refer to starttime column)

python-sales-analysis icon python-sales-analysis

Performing an EDL exploratory data analysis on sales file for each year provided in csv format

vba-sql-query-application icon vba-sql-query-application

Created a userform based excel application to run SQL queries natively in excel databases using Access objects, VBA, and SQ

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.