Skip to content

Collection, structuring and analysis of data

Notifications You must be signed in to change notification settings

Skualid/Practice1-SI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practice 1 Information Systems: Collection, structuring and analysis of data

Libraries to use

import pandas

import json

import sqlite3

Practice 2 Information Systems: Data representation

Libraries to use

from flask import Flask

from flask import render_template

from flask import request

import sqlite3

import pandas as pd

import warnings

warnings.simplefilter(action='ignore', category=FutureWarning)

from plotly.subplots import make_subplots

import plotly.graph_objects as go

import json

import hashlib

import requests

import re

About

Collection, structuring and analysis of data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published