Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: snychka/python-decoding-sensor-data
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jordanjenkins/python-decoding-sensor-data
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 8 files changed
  • 2 contributors

Commits on May 31, 2020

  1. Fix naming typo

    hugo-valle committed May 31, 2020
    Configuration menu
    Copy the full SHA
    3100e23 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Update load_data.py

    Create function to load sensor data from csv
    jordanjenkins committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    31550bc View commit details
    Browse the repository at this point in the history
  2. Update sensor_app.py

    Load sensor data and print record count
    jordanjenkins committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b2ce033 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from jordanjenkins/feature/load_raw_data

    Feature/load raw data
    jordanjenkins authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    fa7cf5f View commit details
    Browse the repository at this point in the history
  4. Update load_data.py

    Fix 2nd for loop to iterate through data_reader object
    jordanjenkins committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    6430a29 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from jordanjenkins/feature/load_raw_data

    Update load_data.py
    jordanjenkins authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    f67e62d View commit details
    Browse the repository at this point in the history
  6. Create HouseInfo class

    Create a HouseInfo class and methods to get data by area and date.
    
    sensor_app.py was modified to read some data by area and date.
    jordanjenkins committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c9b93fd View commit details
    Browse the repository at this point in the history
  7. Update sensor_app.py

    jordanjenkins committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    d45df52 View commit details
    Browse the repository at this point in the history
  8. Update sensor_app.py

    jordanjenkins committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4a2c846 View commit details
    Browse the repository at this point in the history
  9. Update house_info.py

    Fix appending value instead of key
    jordanjenkins committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b8b4996 View commit details
    Browse the repository at this point in the history
  10. Update house_info.py

    jordanjenkins committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4526d86 View commit details
    Browse the repository at this point in the history
  11. Update sensor_app.py

    jordanjenkins committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7b94807 View commit details
    Browse the repository at this point in the history
  12. Create TemperatureData class

    TemperatureData class extends HouseInfo class.
    jordanjenkins committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7f66af6 View commit details
    Browse the repository at this point in the history
  13. Process humidity data

    jordanjenkins committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    cb20c32 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b15d585 View commit details
    Browse the repository at this point in the history
  15. Convert energy usage and display overall stats

    Convert energy usage and display overall stats
    jordanjenkins committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    57a5d6e View commit details
    Browse the repository at this point in the history
  16. Update energy_info.py

    jordanjenkins committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    cc1e1ec View commit details
    Browse the repository at this point in the history
Loading