├── .gitignore ├── .vscode └── launch.json ├── 5vizlibs.ipynb ├── README.md ├── READMETEMPLATE.md ├── WFH ├── Untitled-1.ipynb ├── flashprodbysection.xlsx ├── flashprodbysectiontable3.xlsx ├── flashtable3.csv ├── mainlyoroccasionally bysector.ods ├── mainlyoroccasionallybysector2.ods ├── productivitybysector.ipynb └── workfromhomestatusreferencetables.xlsx ├── Wikitable ├── README.md ├── draft2.md ├── images │ ├── Rosberg_Hamilton_-_2016_Monaco_GP_2.jpg │ ├── df3.png │ ├── driverstablepandas.png │ ├── driverstablescreenshot.png │ ├── pointschart.png │ ├── polesandfastest.png │ └── polesandfastestbar.png ├── wikitable.ipynb └── wikitable2.ipynb ├── _config.yml ├── ajax ├── README.md ├── ajax.md ├── fetchweather.png └── simplefetchweather.png ├── assets └── images │ ├── altair-area-range.png │ ├── altair-area.png │ ├── altair-bar-text.png │ ├── altair-bar.png │ ├── altair-barO-horiz.png │ ├── altair-barO.png │ ├── altair-color.png │ ├── altair-corr-sidebyside.png │ ├── altair-dual-y.png │ ├── altair-grouped-bar-ordered.png │ ├── altair-grouped-bar.png │ ├── altair-height-width.png │ ├── altair-histogram.png │ ├── altair-multiplot-blue.png │ ├── altair-multiplot.png │ ├── altair-point-plot.png │ ├── altair-range-bars-points.png │ ├── altair-red-color.png │ ├── altair-single-point.png │ ├── altair-stacked-bar.png │ ├── altair-three-line-long.png │ ├── altair-trendline.png │ ├── heathrow-weather-2022.png │ ├── long-data-temps.png │ ├── pexels-google-deepmind-18069241.jpg │ ├── vega-lite-image-example1.png │ ├── wide-data-temps.png │ └── wide-long-data-temps.png ├── celery.sqlite ├── chatnotebook ├── .vscode │ └── launch.json ├── README.md ├── __pycache__ │ └── app.cpython-39.pyc ├── chatnotebook.ipynb ├── images │ ├── 3lines-matplot.png │ ├── 3lines-pandasplot.png │ ├── 3lines-plotly1.png │ ├── 3lines-plotly2.png │ ├── 3lines-plotly3.png │ ├── 3lines-plotly4.png │ ├── 3lines-plotly5.png │ ├── 3lines-shaded-grey.png │ ├── 3lines-shaded.png │ ├── df.png │ ├── scatterplot-trend-plotly.png │ ├── scatterplot-trend.png │ ├── scatterplot.png │ ├── tmean-matplot.png │ └── tmean-pandasplot.png └── londonweather.csv ├── codehintstreamlitcols ├── README.md ├── draft.md ├── images │ └── Screenshot 2022-05-02 163012.png └── stcols.py ├── cv.py ├── data-assistant ├── Rock_parrot.pdf ├── da1.py ├── da2.py ├── da3.py ├── daex1.ipynb ├── daex2.ipynb ├── daex3.ipynb ├── data.csv ├── europop.csv ├── my-image.png ├── readme.md ├── requirements.txt ├── showdata.ipynb └── testupload.py ├── deployaltair ├── README.md ├── bs-simple.html ├── deployaltair.py ├── page.html └── pypage.py ├── globalw.ipynb ├── histweather ├── Aberporthmonthly.csv ├── Aberporthyearly.csv ├── Armaghmonthly.csv ├── Armaghyearly.csv ├── Bradfordmonthly.csv ├── Bradfordyearly.csv ├── Braemarmonthly.csv ├── Braemaryearly.csv ├── Cambornemonthly.csv ├── Camborneyearly.csv ├── Cambridge_NIABmonthly.csv ├── Cambridge_NIAByearly.csv ├── Cardiff_Bute_Parkmonthly.csv ├── Cardiff_Bute_Parkyearly.csv ├── Cwmystwythmonthly.csv ├── Cwmystwythyearly.csv ├── Dunstaffnagemonthly.csv ├── Dunstaffnageyearly.csv ├── Durhammonthly.csv ├── Durhamyearly.csv ├── Eastbournemonthly.csv ├── Eastbourneyearly.csv ├── Eskdalemuirmonthly.csv ├── Eskdalemuiryearly.csv ├── Heathrowmonthly.csv ├── Heathrowyearly.csv ├── Hurnmonthly.csv ├── Hurnyearly.csv ├── Lerwickmonthly.csv ├── Lerwickyearly.csv ├── Leucharsmonthly.csv ├── Leucharsyearly.csv ├── Lowestoftmonthly.csv ├── Lowestoftyearly.csv ├── Manstonmonthly.csv ├── Manstonyearly.csv ├── Nairnmonthly.csv ├── Nairnyearly.csv ├── Newton_Riggmonthly.csv ├── Newton_Riggyearly.csv ├── Oxfordmonthly.csv ├── Oxfordyearly.csv ├── Paisleymonthly.csv ├── Paisleyyearly.csv ├── README.md ├── Ringwaymonthly.csv ├── Ringwayyearly.csv ├── Ross-on-Wyemonthly.csv ├── Ross-on-Wyeyearly.csv ├── Shawburymonthly.csv ├── Shawburyyearly.csv ├── Sheffieldmonthly.csv ├── Sheffieldyearly.csv ├── Southamptonmonthly.csv ├── Southamptonyearly.csv ├── Stornoway_Airportmonthly.csv ├── Stornoway_Airportyearly.csv ├── Sutton_Boningtonmonthly.csv ├── Sutton_Boningtonyearly.csv ├── Tireemonthly.csv ├── Tireeyearly.csv ├── Valleymonthly.csv ├── Valleyyearly.csv ├── Waddingtonmonthly.csv ├── Waddingtonyearly.csv ├── Whitbymonthly.csv ├── Whitbyyearly.csv ├── Wick_Airportmonthly.csv ├── Wick_Airportyearly.csv ├── Yeoviltonmonthly.csv ├── Yeoviltonyearly.csv ├── avg.py ├── bigtable.csv ├── experimental ├── getweatherdata.py ├── histweather1.py ├── histweather2.py ├── makebigtable.py ├── stapp.py ├── stapp2.py └── stapp3.py ├── infographic ├── README.md ├── co2.html ├── co2.ipynb ├── data │ ├── climate-change.csv │ └── owid-co2-data.csv └── images │ ├── 0_kkK1fbUmCHyWc8j_.jfif │ ├── CO2-info-graphic.png │ ├── ISS_earth.en.jpg │ ├── climate-change.png │ ├── co2-graph-083122_scaled_scrunched.jpg │ ├── co2.png │ ├── co2Continents.png │ ├── co2info.png │ ├── co2world.png │ └── iss066e109851.jpg ├── markdownref.ipynb ├── meanmedianmode ├── Alevel2021.csv ├── Aleveldata.csv ├── Heights of Early Europeans - based on Hermanussen (2003) and the NCD RisC (2017).csv ├── Normal_R.csv ├── README.md ├── boysheightUK.csv ├── draftarticle.md ├── galton-stata11.csv ├── galton.csv ├── images │ ├── AlevelTable.png │ ├── alevelAll.png │ ├── alevelFemale.png │ ├── alevelMale.png │ ├── apartments.png │ ├── bgheight.png │ ├── boysheight.png │ ├── changeinheight.png │ ├── galmaleheight.png │ ├── girlssheight.png │ ├── heightnormaldist.jpg │ ├── levante10.png │ └── normal.png ├── levantesal.csv ├── mmm.ipynb └── norm100.csv ├── mercury ├── .ipynb_checkpoints │ ├── Untitled-checkpoint.ipynb │ ├── globalstats-checkpoint.ipynb │ ├── heathrowdataMercury2Blox-checkpoint.ipynb │ └── heathrowdatawidgets-checkpoint.ipynb ├── README.md ├── celery.sqlite ├── globalstats.ipynb ├── heathrowDataFiltered.csv ├── heathrowdataMercury.ipynb ├── heathrowdataMercury2.ipynb ├── heathrowdataMercury2Blox.ipynb ├── heathrowdatawidgets.ipynb ├── heathrowdatawidgets2.ipynb ├── images │ ├── Screenshot 2022-04-30 170310.png │ └── Screenshot 2022-04-30 170856.png ├── m.md └── requirements.txt ├── mercury2 ├── README.md ├── data │ ├── continents_df.csv │ ├── countries_df.csv │ ├── income_types_df.csv │ └── world_df.csv ├── line.png ├── m3.ipynb ├── map.png ├── mercurycloud │ ├── m3c.ipynb │ ├── m4c.ipynb │ └── requirements.txt └── welcome.md ├── poll-embed ├── README.md ├── __pycache__ │ ├── age.cpython-310.pyc │ ├── overall.cpython-310.pyc │ ├── regions.cpython-310.pyc │ └── tables.cpython-310.pyc ├── age.csv ├── age.py ├── app1.py ├── app2.py ├── guillaume-perigois-0NRkVddA2fw-unsplash.jpg ├── overall.py ├── referendumvote.csv ├── region.csv ├── regions.py ├── requirements.txt ├── table8complete.csv ├── tables.py ├── uk_regions.geojson ├── vi-029-brexit-and-conspiracy-theories-6-4-2023.xlsx └── vi-031-voter-intention-plus-crime-plus-local-elections-21-4-2023 (1).xlsx ├── poll ├── README.md ├── __pycache__ │ ├── age.cpython-310.pyc │ ├── overall.cpython-310.pyc │ ├── regions.cpython-310.pyc │ └── tables.cpython-310.pyc ├── age.csv ├── age.py ├── app1.py ├── guillaume-perigois-0NRkVddA2fw-unsplash.jpg ├── overall.py ├── referendumvote.csv ├── region.csv ├── regions.py ├── requirements.txt ├── table8complete.csv ├── tables.py ├── uk_regions.geojson ├── vi-029-brexit-and-conspiracy-theories-6-4-2023.xlsx └── vi-031-voter-intention-plus-crime-plus-local-elections-21-4-2023 (1).xlsx ├── pyscript-2022-12 ├── README.md ├── demoapp.html ├── draft2.md ├── my_package │ ├── __init__.py │ └── test.py ├── test.html ├── test2.html ├── test2.py ├── test3.html ├── test4.html └── test5.html ├── pyscript-flask ├── .vscode │ └── launch.json ├── README.md ├── __pycache__ │ └── app.cpython-39.pyc ├── draft.md ├── flask │ ├── __pycache__ │ │ └── app.cpython-39.pyc │ ├── app.py │ └── templates │ │ └── index.html ├── pyscript │ └── pscriptplotlyapp.html ├── splash.odg └── splash.png ├── pyscript-next ├── README.md ├── images │ ├── Screenshot-pyscript-com.png │ ├── datatable.png │ └── pretty-app.png ├── viz0.html ├── viz1.html ├── viz1.py ├── viz1.toml └── world_df.csv ├── pyscript ├── README.md ├── experimental │ ├── course.html │ ├── foo.js │ ├── pyappl.js │ ├── repl.html │ ├── request.py │ ├── temp.py │ ├── temp2.py │ ├── test1.html │ └── weather3.html ├── images │ ├── Screenshot1.png │ └── Screenshot2.png ├── ps1.html ├── ps2.html ├── ps3.html ├── weather1.html ├── weather2.html └── weatherseaborn.html ├── rat1.py ├── regscipy ├── README.md ├── g7datamore.csv ├── images │ ├── df-trendline.png │ ├── g7df.png │ ├── g7dfwithyr.png │ ├── g7scatterwithtrend1.png │ ├── g7scatterwithtrend2.png │ ├── scatterwithtrendline.png │ └── tmax-scatter.png ├── outline.md ├── regscipy.ipynb └── regscipymoreyears.ipynb ├── riskviz ├── README.md ├── draft.md ├── images │ ├── annotatedbar.png │ ├── barh.png │ ├── barhstacked.png │ ├── barv.png │ ├── barvstacked.png │ ├── hmap.png │ ├── hmapT.png │ ├── hmaprandom.png │ ├── iconarray.png │ ├── man.png │ ├── person.png │ └── pie.png └── risk.ipynb ├── sentimentvader.py ├── sqlitepandas.ipynb ├── sqlpandas ├── README.md ├── createsqlpandas.py ├── draft.md ├── elections.csv ├── elections.db ├── images │ ├── 20211215_123011.jpg │ ├── deficit.png │ ├── elections_head.png │ ├── parties_share.png │ ├── proportionalseats.png │ ├── seatallocparty.png │ └── seatsvotes.png ├── original_elections.csv ├── sqlpandasdb.ipynb └── sqlpandasdf.ipynb ├── st_survey ├── DButils.py ├── README.md ├── index.py ├── pages │ ├── edit_survey.py │ ├── present_survey.py │ └── see_results.py ├── results.json └── survey.json ├── st_surveyM ├── DButils2.py ├── README.md ├── __pycache__ │ ├── DButils.cpython-310.pyc │ └── DButils2.cpython-310.pyc ├── index.py └── pages │ ├── present_survey.py │ └── see_results.py ├── stcustomize └── app1.py ├── stgrid ├── README.md ├── app │ ├── gridapp.py │ ├── population-growth.csv │ ├── population.csv │ └── requirements.txt ├── draft.md ├── grid1.py ├── images │ ├── 1_23w13JLGqofbNLlDajur5A.jpeg │ ├── Composition_A_by_Piet_Mondrian_Galleria_Nazionale_d'Arte_Moderna_e_Contemporanea.jpg │ ├── Piet_Mondriaan,_1921_-_Composition_en_rouge,_jaune,_bleu_et_noir.jpg │ ├── Screenshot2x2grid.png │ ├── Screenshot5x5grid.png │ ├── Screenshot5x5withchart.png │ ├── ScreenshotApp.png │ └── population-and-demography.png └── population.ipynb ├── stmultipage ├── stmultipage2 │ ├── README.md │ ├── draft.md │ ├── image │ │ └── Screenshot 2022-06-02 130001.png │ ├── mp1.py │ ├── mp2.py │ ├── mp3.py │ ├── mp4.py │ ├── stlib │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-310.pyc │ │ │ ├── __init__.cpython-39.pyc │ │ │ ├── app1.cpython-310.pyc │ │ │ ├── app1.cpython-39.pyc │ │ │ ├── app2.cpython-310.pyc │ │ │ ├── app2.cpython-39.pyc │ │ │ ├── continentData.cpython-310.pyc │ │ │ ├── continentData.cpython-39.pyc │ │ │ ├── countryData.cpython-310.pyc │ │ │ ├── countryData.cpython-39.pyc │ │ │ ├── index.cpython-310.pyc │ │ │ ├── libContents.cpython-310.pyc │ │ │ └── libContents.cpython-39.pyc │ │ ├── continentData.py │ │ ├── countryData.py │ │ └── libContents.py │ └── stnative │ │ ├── main.py │ │ └── pages │ │ ├── continentData.py │ │ └── countryData.py └── sttest4.py ├── stplotlycomponent ├── __pycache__ │ └── stutils.cpython-310.pyc ├── plotlycomp.py ├── read.me ├── readme.md └── stutils.py ├── streamlit_nav ├── .streamlit │ └── config.toml ├── README.md ├── __pycache__ │ └── navbar.cpython-311.pyc ├── config.toml ├── horizontal-nav-bar │ ├── .streamlit │ │ └── config.toml │ ├── __pycache__ │ │ └── navbar.cpython-311.pyc │ ├── multipage-nav3.py │ ├── navbar.py │ └── pages │ │ ├── continentData.py │ │ ├── countryData.py │ │ ├── page1.py │ │ └── page2.py ├── multipage-nav1.py ├── multipage-nav2.py ├── multipage-nav3.py ├── navbar.cpython-311.pyc ├── navbar.py ├── pages │ ├── continentData.py │ ├── countryData.py │ ├── page1.py │ └── page2.py └── sidebar-nav-bar │ ├── .streamlit │ └── config.toml │ ├── __pycache__ │ └── navbar.cpython-311.pyc │ ├── multipage-nav3.py │ ├── navbar.py │ ├── pages │ ├── continentData.py │ └── countryData.py │ └── requirements.txt ├── streamlitdark ├── .streamlit │ └── config.toml └── co2-2.py ├── streamlitdashflask ├── README.md ├── __pycache__ │ └── app.cpython-39.pyc ├── app.py ├── dashapp.py ├── stapp.py └── templates │ └── notdash.html ├── sttest4.py ├── traded_energy.py ├── tweetdash ├── sentimentvader.py ├── twitterstats-anon.py ├── twitterstats2.py ├── twitterstats3.py ├── twitterstats4.py ├── twitterstats5.py └── twitterstats6.py ├── twitterstats-anon.py ├── waterfall ├── __pycache__ │ └── plotlyhelper.cpython-310.pyc ├── plotlyhelper.py ├── plt-waterfall.py ├── readme.md └── st_waterfall.py └── weather.db /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /5vizlibs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/5vizlibs.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/README.md -------------------------------------------------------------------------------- /READMETEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/READMETEMPLATE.md -------------------------------------------------------------------------------- /WFH/Untitled-1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/WFH/Untitled-1.ipynb -------------------------------------------------------------------------------- /WFH/flashprodbysection.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/WFH/flashprodbysection.xlsx -------------------------------------------------------------------------------- /WFH/flashprodbysectiontable3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/WFH/flashprodbysectiontable3.xlsx -------------------------------------------------------------------------------- /WFH/flashtable3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/WFH/flashtable3.csv -------------------------------------------------------------------------------- /WFH/mainlyoroccasionally bysector.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/WFH/mainlyoroccasionally bysector.ods -------------------------------------------------------------------------------- /WFH/mainlyoroccasionallybysector2.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/WFH/mainlyoroccasionallybysector2.ods -------------------------------------------------------------------------------- /WFH/productivitybysector.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/WFH/productivitybysector.ipynb -------------------------------------------------------------------------------- /WFH/workfromhomestatusreferencetables.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/WFH/workfromhomestatusreferencetables.xlsx -------------------------------------------------------------------------------- /Wikitable/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/Wikitable/README.md -------------------------------------------------------------------------------- /Wikitable/draft2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/Wikitable/draft2.md -------------------------------------------------------------------------------- /Wikitable/images/Rosberg_Hamilton_-_2016_Monaco_GP_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/Wikitable/images/Rosberg_Hamilton_-_2016_Monaco_GP_2.jpg -------------------------------------------------------------------------------- /Wikitable/images/df3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/Wikitable/images/df3.png -------------------------------------------------------------------------------- /Wikitable/images/driverstablepandas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/Wikitable/images/driverstablepandas.png -------------------------------------------------------------------------------- /Wikitable/images/driverstablescreenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/Wikitable/images/driverstablescreenshot.png -------------------------------------------------------------------------------- /Wikitable/images/pointschart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/Wikitable/images/pointschart.png -------------------------------------------------------------------------------- /Wikitable/images/polesandfastest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/Wikitable/images/polesandfastest.png -------------------------------------------------------------------------------- /Wikitable/images/polesandfastestbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/Wikitable/images/polesandfastestbar.png -------------------------------------------------------------------------------- /Wikitable/wikitable.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/Wikitable/wikitable.ipynb -------------------------------------------------------------------------------- /Wikitable/wikitable2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/Wikitable/wikitable2.ipynb -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/_config.yml -------------------------------------------------------------------------------- /ajax/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/ajax/README.md -------------------------------------------------------------------------------- /ajax/ajax.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/ajax/ajax.md -------------------------------------------------------------------------------- /ajax/fetchweather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/ajax/fetchweather.png -------------------------------------------------------------------------------- /ajax/simplefetchweather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/ajax/simplefetchweather.png -------------------------------------------------------------------------------- /assets/images/altair-area-range.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-area-range.png -------------------------------------------------------------------------------- /assets/images/altair-area.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-area.png -------------------------------------------------------------------------------- /assets/images/altair-bar-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-bar-text.png -------------------------------------------------------------------------------- /assets/images/altair-bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-bar.png -------------------------------------------------------------------------------- /assets/images/altair-barO-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-barO-horiz.png -------------------------------------------------------------------------------- /assets/images/altair-barO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-barO.png -------------------------------------------------------------------------------- /assets/images/altair-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-color.png -------------------------------------------------------------------------------- /assets/images/altair-corr-sidebyside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-corr-sidebyside.png -------------------------------------------------------------------------------- /assets/images/altair-dual-y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-dual-y.png -------------------------------------------------------------------------------- /assets/images/altair-grouped-bar-ordered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-grouped-bar-ordered.png -------------------------------------------------------------------------------- /assets/images/altair-grouped-bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-grouped-bar.png -------------------------------------------------------------------------------- /assets/images/altair-height-width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-height-width.png -------------------------------------------------------------------------------- /assets/images/altair-histogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-histogram.png -------------------------------------------------------------------------------- /assets/images/altair-multiplot-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-multiplot-blue.png -------------------------------------------------------------------------------- /assets/images/altair-multiplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-multiplot.png -------------------------------------------------------------------------------- /assets/images/altair-point-plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-point-plot.png -------------------------------------------------------------------------------- /assets/images/altair-range-bars-points.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-range-bars-points.png -------------------------------------------------------------------------------- /assets/images/altair-red-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-red-color.png -------------------------------------------------------------------------------- /assets/images/altair-single-point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-single-point.png -------------------------------------------------------------------------------- /assets/images/altair-stacked-bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-stacked-bar.png -------------------------------------------------------------------------------- /assets/images/altair-three-line-long.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-three-line-long.png -------------------------------------------------------------------------------- /assets/images/altair-trendline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/altair-trendline.png -------------------------------------------------------------------------------- /assets/images/heathrow-weather-2022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/heathrow-weather-2022.png -------------------------------------------------------------------------------- /assets/images/long-data-temps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/long-data-temps.png -------------------------------------------------------------------------------- /assets/images/pexels-google-deepmind-18069241.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/pexels-google-deepmind-18069241.jpg -------------------------------------------------------------------------------- /assets/images/vega-lite-image-example1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/vega-lite-image-example1.png -------------------------------------------------------------------------------- /assets/images/wide-data-temps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/wide-data-temps.png -------------------------------------------------------------------------------- /assets/images/wide-long-data-temps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/assets/images/wide-long-data-temps.png -------------------------------------------------------------------------------- /celery.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/celery.sqlite -------------------------------------------------------------------------------- /chatnotebook/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/.vscode/launch.json -------------------------------------------------------------------------------- /chatnotebook/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/README.md -------------------------------------------------------------------------------- /chatnotebook/__pycache__/app.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/__pycache__/app.cpython-39.pyc -------------------------------------------------------------------------------- /chatnotebook/chatnotebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/chatnotebook.ipynb -------------------------------------------------------------------------------- /chatnotebook/images/3lines-matplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/images/3lines-matplot.png -------------------------------------------------------------------------------- /chatnotebook/images/3lines-pandasplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/images/3lines-pandasplot.png -------------------------------------------------------------------------------- /chatnotebook/images/3lines-plotly1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/images/3lines-plotly1.png -------------------------------------------------------------------------------- /chatnotebook/images/3lines-plotly2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/images/3lines-plotly2.png -------------------------------------------------------------------------------- /chatnotebook/images/3lines-plotly3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/images/3lines-plotly3.png -------------------------------------------------------------------------------- /chatnotebook/images/3lines-plotly4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/images/3lines-plotly4.png -------------------------------------------------------------------------------- /chatnotebook/images/3lines-plotly5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/images/3lines-plotly5.png -------------------------------------------------------------------------------- /chatnotebook/images/3lines-shaded-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/images/3lines-shaded-grey.png -------------------------------------------------------------------------------- /chatnotebook/images/3lines-shaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/images/3lines-shaded.png -------------------------------------------------------------------------------- /chatnotebook/images/df.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/images/df.png -------------------------------------------------------------------------------- /chatnotebook/images/scatterplot-trend-plotly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/images/scatterplot-trend-plotly.png -------------------------------------------------------------------------------- /chatnotebook/images/scatterplot-trend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/images/scatterplot-trend.png -------------------------------------------------------------------------------- /chatnotebook/images/scatterplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/images/scatterplot.png -------------------------------------------------------------------------------- /chatnotebook/images/tmean-matplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/images/tmean-matplot.png -------------------------------------------------------------------------------- /chatnotebook/images/tmean-pandasplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/images/tmean-pandasplot.png -------------------------------------------------------------------------------- /chatnotebook/londonweather.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/chatnotebook/londonweather.csv -------------------------------------------------------------------------------- /codehintstreamlitcols/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/codehintstreamlitcols/README.md -------------------------------------------------------------------------------- /codehintstreamlitcols/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/codehintstreamlitcols/draft.md -------------------------------------------------------------------------------- /codehintstreamlitcols/images/Screenshot 2022-05-02 163012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/codehintstreamlitcols/images/Screenshot 2022-05-02 163012.png -------------------------------------------------------------------------------- /codehintstreamlitcols/stcols.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/codehintstreamlitcols/stcols.py -------------------------------------------------------------------------------- /cv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/cv.py -------------------------------------------------------------------------------- /data-assistant/Rock_parrot.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/data-assistant/Rock_parrot.pdf -------------------------------------------------------------------------------- /data-assistant/da1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/data-assistant/da1.py -------------------------------------------------------------------------------- /data-assistant/da2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/data-assistant/da2.py -------------------------------------------------------------------------------- /data-assistant/da3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/data-assistant/da3.py -------------------------------------------------------------------------------- /data-assistant/daex1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/data-assistant/daex1.ipynb -------------------------------------------------------------------------------- /data-assistant/daex2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/data-assistant/daex2.ipynb -------------------------------------------------------------------------------- /data-assistant/daex3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/data-assistant/daex3.ipynb -------------------------------------------------------------------------------- /data-assistant/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/data-assistant/data.csv -------------------------------------------------------------------------------- /data-assistant/europop.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/data-assistant/europop.csv -------------------------------------------------------------------------------- /data-assistant/my-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/data-assistant/my-image.png -------------------------------------------------------------------------------- /data-assistant/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/data-assistant/readme.md -------------------------------------------------------------------------------- /data-assistant/requirements.txt: -------------------------------------------------------------------------------- 1 | openai 2 | time -------------------------------------------------------------------------------- /data-assistant/showdata.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/data-assistant/showdata.ipynb -------------------------------------------------------------------------------- /data-assistant/testupload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/data-assistant/testupload.py -------------------------------------------------------------------------------- /deployaltair/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/deployaltair/README.md -------------------------------------------------------------------------------- /deployaltair/bs-simple.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/deployaltair/bs-simple.html -------------------------------------------------------------------------------- /deployaltair/deployaltair.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/deployaltair/deployaltair.py -------------------------------------------------------------------------------- /deployaltair/page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/deployaltair/page.html -------------------------------------------------------------------------------- /deployaltair/pypage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/deployaltair/pypage.py -------------------------------------------------------------------------------- /globalw.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/globalw.ipynb -------------------------------------------------------------------------------- /histweather/Aberporthmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Aberporthmonthly.csv -------------------------------------------------------------------------------- /histweather/Aberporthyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Aberporthyearly.csv -------------------------------------------------------------------------------- /histweather/Armaghmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Armaghmonthly.csv -------------------------------------------------------------------------------- /histweather/Armaghyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Armaghyearly.csv -------------------------------------------------------------------------------- /histweather/Bradfordmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Bradfordmonthly.csv -------------------------------------------------------------------------------- /histweather/Bradfordyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Bradfordyearly.csv -------------------------------------------------------------------------------- /histweather/Braemarmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Braemarmonthly.csv -------------------------------------------------------------------------------- /histweather/Braemaryearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Braemaryearly.csv -------------------------------------------------------------------------------- /histweather/Cambornemonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Cambornemonthly.csv -------------------------------------------------------------------------------- /histweather/Camborneyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Camborneyearly.csv -------------------------------------------------------------------------------- /histweather/Cambridge_NIABmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Cambridge_NIABmonthly.csv -------------------------------------------------------------------------------- /histweather/Cambridge_NIAByearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Cambridge_NIAByearly.csv -------------------------------------------------------------------------------- /histweather/Cardiff_Bute_Parkmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Cardiff_Bute_Parkmonthly.csv -------------------------------------------------------------------------------- /histweather/Cardiff_Bute_Parkyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Cardiff_Bute_Parkyearly.csv -------------------------------------------------------------------------------- /histweather/Cwmystwythmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Cwmystwythmonthly.csv -------------------------------------------------------------------------------- /histweather/Cwmystwythyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Cwmystwythyearly.csv -------------------------------------------------------------------------------- /histweather/Dunstaffnagemonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Dunstaffnagemonthly.csv -------------------------------------------------------------------------------- /histweather/Dunstaffnageyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Dunstaffnageyearly.csv -------------------------------------------------------------------------------- /histweather/Durhammonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Durhammonthly.csv -------------------------------------------------------------------------------- /histweather/Durhamyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Durhamyearly.csv -------------------------------------------------------------------------------- /histweather/Eastbournemonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Eastbournemonthly.csv -------------------------------------------------------------------------------- /histweather/Eastbourneyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Eastbourneyearly.csv -------------------------------------------------------------------------------- /histweather/Eskdalemuirmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Eskdalemuirmonthly.csv -------------------------------------------------------------------------------- /histweather/Eskdalemuiryearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Eskdalemuiryearly.csv -------------------------------------------------------------------------------- /histweather/Heathrowmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Heathrowmonthly.csv -------------------------------------------------------------------------------- /histweather/Heathrowyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Heathrowyearly.csv -------------------------------------------------------------------------------- /histweather/Hurnmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Hurnmonthly.csv -------------------------------------------------------------------------------- /histweather/Hurnyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Hurnyearly.csv -------------------------------------------------------------------------------- /histweather/Lerwickmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Lerwickmonthly.csv -------------------------------------------------------------------------------- /histweather/Lerwickyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Lerwickyearly.csv -------------------------------------------------------------------------------- /histweather/Leucharsmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Leucharsmonthly.csv -------------------------------------------------------------------------------- /histweather/Leucharsyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Leucharsyearly.csv -------------------------------------------------------------------------------- /histweather/Lowestoftmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Lowestoftmonthly.csv -------------------------------------------------------------------------------- /histweather/Lowestoftyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Lowestoftyearly.csv -------------------------------------------------------------------------------- /histweather/Manstonmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Manstonmonthly.csv -------------------------------------------------------------------------------- /histweather/Manstonyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Manstonyearly.csv -------------------------------------------------------------------------------- /histweather/Nairnmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Nairnmonthly.csv -------------------------------------------------------------------------------- /histweather/Nairnyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Nairnyearly.csv -------------------------------------------------------------------------------- /histweather/Newton_Riggmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Newton_Riggmonthly.csv -------------------------------------------------------------------------------- /histweather/Newton_Riggyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Newton_Riggyearly.csv -------------------------------------------------------------------------------- /histweather/Oxfordmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Oxfordmonthly.csv -------------------------------------------------------------------------------- /histweather/Oxfordyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Oxfordyearly.csv -------------------------------------------------------------------------------- /histweather/Paisleymonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Paisleymonthly.csv -------------------------------------------------------------------------------- /histweather/Paisleyyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Paisleyyearly.csv -------------------------------------------------------------------------------- /histweather/README.md: -------------------------------------------------------------------------------- 1 | # simpledash -------------------------------------------------------------------------------- /histweather/Ringwaymonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Ringwaymonthly.csv -------------------------------------------------------------------------------- /histweather/Ringwayyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Ringwayyearly.csv -------------------------------------------------------------------------------- /histweather/Ross-on-Wyemonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Ross-on-Wyemonthly.csv -------------------------------------------------------------------------------- /histweather/Ross-on-Wyeyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Ross-on-Wyeyearly.csv -------------------------------------------------------------------------------- /histweather/Shawburymonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Shawburymonthly.csv -------------------------------------------------------------------------------- /histweather/Shawburyyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Shawburyyearly.csv -------------------------------------------------------------------------------- /histweather/Sheffieldmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Sheffieldmonthly.csv -------------------------------------------------------------------------------- /histweather/Sheffieldyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Sheffieldyearly.csv -------------------------------------------------------------------------------- /histweather/Southamptonmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Southamptonmonthly.csv -------------------------------------------------------------------------------- /histweather/Southamptonyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Southamptonyearly.csv -------------------------------------------------------------------------------- /histweather/Stornoway_Airportmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Stornoway_Airportmonthly.csv -------------------------------------------------------------------------------- /histweather/Stornoway_Airportyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Stornoway_Airportyearly.csv -------------------------------------------------------------------------------- /histweather/Sutton_Boningtonmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Sutton_Boningtonmonthly.csv -------------------------------------------------------------------------------- /histweather/Sutton_Boningtonyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Sutton_Boningtonyearly.csv -------------------------------------------------------------------------------- /histweather/Tireemonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Tireemonthly.csv -------------------------------------------------------------------------------- /histweather/Tireeyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Tireeyearly.csv -------------------------------------------------------------------------------- /histweather/Valleymonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Valleymonthly.csv -------------------------------------------------------------------------------- /histweather/Valleyyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Valleyyearly.csv -------------------------------------------------------------------------------- /histweather/Waddingtonmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Waddingtonmonthly.csv -------------------------------------------------------------------------------- /histweather/Waddingtonyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Waddingtonyearly.csv -------------------------------------------------------------------------------- /histweather/Whitbymonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Whitbymonthly.csv -------------------------------------------------------------------------------- /histweather/Whitbyyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Whitbyyearly.csv -------------------------------------------------------------------------------- /histweather/Wick_Airportmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Wick_Airportmonthly.csv -------------------------------------------------------------------------------- /histweather/Wick_Airportyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Wick_Airportyearly.csv -------------------------------------------------------------------------------- /histweather/Yeoviltonmonthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Yeoviltonmonthly.csv -------------------------------------------------------------------------------- /histweather/Yeoviltonyearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/Yeoviltonyearly.csv -------------------------------------------------------------------------------- /histweather/avg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/avg.py -------------------------------------------------------------------------------- /histweather/bigtable.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/bigtable.csv -------------------------------------------------------------------------------- /histweather/experimental: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/experimental -------------------------------------------------------------------------------- /histweather/getweatherdata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/getweatherdata.py -------------------------------------------------------------------------------- /histweather/histweather1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/histweather1.py -------------------------------------------------------------------------------- /histweather/histweather2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/histweather2.py -------------------------------------------------------------------------------- /histweather/makebigtable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/makebigtable.py -------------------------------------------------------------------------------- /histweather/stapp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/stapp.py -------------------------------------------------------------------------------- /histweather/stapp2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/stapp2.py -------------------------------------------------------------------------------- /histweather/stapp3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/histweather/stapp3.py -------------------------------------------------------------------------------- /infographic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/infographic/README.md -------------------------------------------------------------------------------- /infographic/co2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/infographic/co2.html -------------------------------------------------------------------------------- /infographic/co2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/infographic/co2.ipynb -------------------------------------------------------------------------------- /infographic/data/climate-change.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/infographic/data/climate-change.csv -------------------------------------------------------------------------------- /infographic/data/owid-co2-data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/infographic/data/owid-co2-data.csv -------------------------------------------------------------------------------- /infographic/images/0_kkK1fbUmCHyWc8j_.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/infographic/images/0_kkK1fbUmCHyWc8j_.jfif -------------------------------------------------------------------------------- /infographic/images/CO2-info-graphic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/infographic/images/CO2-info-graphic.png -------------------------------------------------------------------------------- /infographic/images/ISS_earth.en.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/infographic/images/ISS_earth.en.jpg -------------------------------------------------------------------------------- /infographic/images/climate-change.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/infographic/images/climate-change.png -------------------------------------------------------------------------------- /infographic/images/co2-graph-083122_scaled_scrunched.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/infographic/images/co2-graph-083122_scaled_scrunched.jpg -------------------------------------------------------------------------------- /infographic/images/co2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/infographic/images/co2.png -------------------------------------------------------------------------------- /infographic/images/co2Continents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/infographic/images/co2Continents.png -------------------------------------------------------------------------------- /infographic/images/co2info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/infographic/images/co2info.png -------------------------------------------------------------------------------- /infographic/images/co2world.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/infographic/images/co2world.png -------------------------------------------------------------------------------- /infographic/images/iss066e109851.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/infographic/images/iss066e109851.jpg -------------------------------------------------------------------------------- /markdownref.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/markdownref.ipynb -------------------------------------------------------------------------------- /meanmedianmode/Alevel2021.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/Alevel2021.csv -------------------------------------------------------------------------------- /meanmedianmode/Aleveldata.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/Aleveldata.csv -------------------------------------------------------------------------------- /meanmedianmode/Heights of Early Europeans - based on Hermanussen (2003) and the NCD RisC (2017).csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/Heights of Early Europeans - based on Hermanussen (2003) and the NCD RisC (2017).csv -------------------------------------------------------------------------------- /meanmedianmode/Normal_R.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/Normal_R.csv -------------------------------------------------------------------------------- /meanmedianmode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/README.md -------------------------------------------------------------------------------- /meanmedianmode/boysheightUK.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/boysheightUK.csv -------------------------------------------------------------------------------- /meanmedianmode/draftarticle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/draftarticle.md -------------------------------------------------------------------------------- /meanmedianmode/galton-stata11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/galton-stata11.csv -------------------------------------------------------------------------------- /meanmedianmode/galton.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/galton.csv -------------------------------------------------------------------------------- /meanmedianmode/images/AlevelTable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/images/AlevelTable.png -------------------------------------------------------------------------------- /meanmedianmode/images/alevelAll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/images/alevelAll.png -------------------------------------------------------------------------------- /meanmedianmode/images/alevelFemale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/images/alevelFemale.png -------------------------------------------------------------------------------- /meanmedianmode/images/alevelMale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/images/alevelMale.png -------------------------------------------------------------------------------- /meanmedianmode/images/apartments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/images/apartments.png -------------------------------------------------------------------------------- /meanmedianmode/images/bgheight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/images/bgheight.png -------------------------------------------------------------------------------- /meanmedianmode/images/boysheight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/images/boysheight.png -------------------------------------------------------------------------------- /meanmedianmode/images/changeinheight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/images/changeinheight.png -------------------------------------------------------------------------------- /meanmedianmode/images/galmaleheight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/images/galmaleheight.png -------------------------------------------------------------------------------- /meanmedianmode/images/girlssheight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/images/girlssheight.png -------------------------------------------------------------------------------- /meanmedianmode/images/heightnormaldist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/images/heightnormaldist.jpg -------------------------------------------------------------------------------- /meanmedianmode/images/levante10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/images/levante10.png -------------------------------------------------------------------------------- /meanmedianmode/images/normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/images/normal.png -------------------------------------------------------------------------------- /meanmedianmode/levantesal.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/levantesal.csv -------------------------------------------------------------------------------- /meanmedianmode/mmm.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/mmm.ipynb -------------------------------------------------------------------------------- /meanmedianmode/norm100.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/meanmedianmode/norm100.csv -------------------------------------------------------------------------------- /mercury/.ipynb_checkpoints/Untitled-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury/.ipynb_checkpoints/Untitled-checkpoint.ipynb -------------------------------------------------------------------------------- /mercury/.ipynb_checkpoints/globalstats-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury/.ipynb_checkpoints/globalstats-checkpoint.ipynb -------------------------------------------------------------------------------- /mercury/.ipynb_checkpoints/heathrowdataMercury2Blox-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury/.ipynb_checkpoints/heathrowdataMercury2Blox-checkpoint.ipynb -------------------------------------------------------------------------------- /mercury/.ipynb_checkpoints/heathrowdatawidgets-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury/.ipynb_checkpoints/heathrowdatawidgets-checkpoint.ipynb -------------------------------------------------------------------------------- /mercury/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury/README.md -------------------------------------------------------------------------------- /mercury/celery.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury/celery.sqlite -------------------------------------------------------------------------------- /mercury/globalstats.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury/globalstats.ipynb -------------------------------------------------------------------------------- /mercury/heathrowDataFiltered.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury/heathrowDataFiltered.csv -------------------------------------------------------------------------------- /mercury/heathrowdataMercury.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury/heathrowdataMercury.ipynb -------------------------------------------------------------------------------- /mercury/heathrowdataMercury2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury/heathrowdataMercury2.ipynb -------------------------------------------------------------------------------- /mercury/heathrowdataMercury2Blox.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury/heathrowdataMercury2Blox.ipynb -------------------------------------------------------------------------------- /mercury/heathrowdatawidgets.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury/heathrowdatawidgets.ipynb -------------------------------------------------------------------------------- /mercury/heathrowdatawidgets2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury/heathrowdatawidgets2.ipynb -------------------------------------------------------------------------------- /mercury/images/Screenshot 2022-04-30 170310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury/images/Screenshot 2022-04-30 170310.png -------------------------------------------------------------------------------- /mercury/images/Screenshot 2022-04-30 170856.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury/images/Screenshot 2022-04-30 170856.png -------------------------------------------------------------------------------- /mercury/m.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury/m.md -------------------------------------------------------------------------------- /mercury/requirements.txt: -------------------------------------------------------------------------------- 1 | pandas 2 | ipywidgets -------------------------------------------------------------------------------- /mercury2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury2/README.md -------------------------------------------------------------------------------- /mercury2/data/continents_df.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury2/data/continents_df.csv -------------------------------------------------------------------------------- /mercury2/data/countries_df.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury2/data/countries_df.csv -------------------------------------------------------------------------------- /mercury2/data/income_types_df.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury2/data/income_types_df.csv -------------------------------------------------------------------------------- /mercury2/data/world_df.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury2/data/world_df.csv -------------------------------------------------------------------------------- /mercury2/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury2/line.png -------------------------------------------------------------------------------- /mercury2/m3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury2/m3.ipynb -------------------------------------------------------------------------------- /mercury2/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury2/map.png -------------------------------------------------------------------------------- /mercury2/mercurycloud/m3c.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury2/mercurycloud/m3c.ipynb -------------------------------------------------------------------------------- /mercury2/mercurycloud/m4c.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/mercury2/mercurycloud/m4c.ipynb -------------------------------------------------------------------------------- /mercury2/mercurycloud/requirements.txt: -------------------------------------------------------------------------------- 1 | mercury 2 | pandas 3 | plotly -------------------------------------------------------------------------------- /mercury2/welcome.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /poll-embed/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll-embed/README.md -------------------------------------------------------------------------------- /poll-embed/__pycache__/age.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll-embed/__pycache__/age.cpython-310.pyc -------------------------------------------------------------------------------- /poll-embed/__pycache__/overall.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll-embed/__pycache__/overall.cpython-310.pyc -------------------------------------------------------------------------------- /poll-embed/__pycache__/regions.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll-embed/__pycache__/regions.cpython-310.pyc -------------------------------------------------------------------------------- /poll-embed/__pycache__/tables.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll-embed/__pycache__/tables.cpython-310.pyc -------------------------------------------------------------------------------- /poll-embed/age.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll-embed/age.csv -------------------------------------------------------------------------------- /poll-embed/age.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll-embed/age.py -------------------------------------------------------------------------------- /poll-embed/app1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll-embed/app1.py -------------------------------------------------------------------------------- /poll-embed/app2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll-embed/app2.py -------------------------------------------------------------------------------- /poll-embed/guillaume-perigois-0NRkVddA2fw-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll-embed/guillaume-perigois-0NRkVddA2fw-unsplash.jpg -------------------------------------------------------------------------------- /poll-embed/overall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll-embed/overall.py -------------------------------------------------------------------------------- /poll-embed/referendumvote.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll-embed/referendumvote.csv -------------------------------------------------------------------------------- /poll-embed/region.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll-embed/region.csv -------------------------------------------------------------------------------- /poll-embed/regions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll-embed/regions.py -------------------------------------------------------------------------------- /poll-embed/requirements.txt: -------------------------------------------------------------------------------- 1 | streamlit 2 | pandas 3 | plotly -------------------------------------------------------------------------------- /poll-embed/table8complete.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll-embed/table8complete.csv -------------------------------------------------------------------------------- /poll-embed/tables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll-embed/tables.py -------------------------------------------------------------------------------- /poll-embed/uk_regions.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll-embed/uk_regions.geojson -------------------------------------------------------------------------------- /poll-embed/vi-029-brexit-and-conspiracy-theories-6-4-2023.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll-embed/vi-029-brexit-and-conspiracy-theories-6-4-2023.xlsx -------------------------------------------------------------------------------- /poll-embed/vi-031-voter-intention-plus-crime-plus-local-elections-21-4-2023 (1).xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll-embed/vi-031-voter-intention-plus-crime-plus-local-elections-21-4-2023 (1).xlsx -------------------------------------------------------------------------------- /poll/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll/README.md -------------------------------------------------------------------------------- /poll/__pycache__/age.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll/__pycache__/age.cpython-310.pyc -------------------------------------------------------------------------------- /poll/__pycache__/overall.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll/__pycache__/overall.cpython-310.pyc -------------------------------------------------------------------------------- /poll/__pycache__/regions.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll/__pycache__/regions.cpython-310.pyc -------------------------------------------------------------------------------- /poll/__pycache__/tables.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll/__pycache__/tables.cpython-310.pyc -------------------------------------------------------------------------------- /poll/age.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll/age.csv -------------------------------------------------------------------------------- /poll/age.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll/age.py -------------------------------------------------------------------------------- /poll/app1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll/app1.py -------------------------------------------------------------------------------- /poll/guillaume-perigois-0NRkVddA2fw-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll/guillaume-perigois-0NRkVddA2fw-unsplash.jpg -------------------------------------------------------------------------------- /poll/overall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll/overall.py -------------------------------------------------------------------------------- /poll/referendumvote.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll/referendumvote.csv -------------------------------------------------------------------------------- /poll/region.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll/region.csv -------------------------------------------------------------------------------- /poll/regions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll/regions.py -------------------------------------------------------------------------------- /poll/requirements.txt: -------------------------------------------------------------------------------- 1 | streamlit 2 | pandas 3 | plotly -------------------------------------------------------------------------------- /poll/table8complete.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll/table8complete.csv -------------------------------------------------------------------------------- /poll/tables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll/tables.py -------------------------------------------------------------------------------- /poll/uk_regions.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll/uk_regions.geojson -------------------------------------------------------------------------------- /poll/vi-029-brexit-and-conspiracy-theories-6-4-2023.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll/vi-029-brexit-and-conspiracy-theories-6-4-2023.xlsx -------------------------------------------------------------------------------- /poll/vi-031-voter-intention-plus-crime-plus-local-elections-21-4-2023 (1).xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/poll/vi-031-voter-intention-plus-crime-plus-local-elections-21-4-2023 (1).xlsx -------------------------------------------------------------------------------- /pyscript-2022-12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-2022-12/README.md -------------------------------------------------------------------------------- /pyscript-2022-12/demoapp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-2022-12/demoapp.html -------------------------------------------------------------------------------- /pyscript-2022-12/draft2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-2022-12/draft2.md -------------------------------------------------------------------------------- /pyscript-2022-12/my_package/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyscript-2022-12/my_package/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-2022-12/my_package/test.py -------------------------------------------------------------------------------- /pyscript-2022-12/test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-2022-12/test.html -------------------------------------------------------------------------------- /pyscript-2022-12/test2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-2022-12/test2.html -------------------------------------------------------------------------------- /pyscript-2022-12/test2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-2022-12/test2.py -------------------------------------------------------------------------------- /pyscript-2022-12/test3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-2022-12/test3.html -------------------------------------------------------------------------------- /pyscript-2022-12/test4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-2022-12/test4.html -------------------------------------------------------------------------------- /pyscript-2022-12/test5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-2022-12/test5.html -------------------------------------------------------------------------------- /pyscript-flask/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-flask/.vscode/launch.json -------------------------------------------------------------------------------- /pyscript-flask/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-flask/README.md -------------------------------------------------------------------------------- /pyscript-flask/__pycache__/app.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-flask/__pycache__/app.cpython-39.pyc -------------------------------------------------------------------------------- /pyscript-flask/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-flask/draft.md -------------------------------------------------------------------------------- /pyscript-flask/flask/__pycache__/app.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-flask/flask/__pycache__/app.cpython-39.pyc -------------------------------------------------------------------------------- /pyscript-flask/flask/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-flask/flask/app.py -------------------------------------------------------------------------------- /pyscript-flask/flask/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-flask/flask/templates/index.html -------------------------------------------------------------------------------- /pyscript-flask/pyscript/pscriptplotlyapp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-flask/pyscript/pscriptplotlyapp.html -------------------------------------------------------------------------------- /pyscript-flask/splash.odg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-flask/splash.odg -------------------------------------------------------------------------------- /pyscript-flask/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-flask/splash.png -------------------------------------------------------------------------------- /pyscript-next/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-next/README.md -------------------------------------------------------------------------------- /pyscript-next/images/Screenshot-pyscript-com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-next/images/Screenshot-pyscript-com.png -------------------------------------------------------------------------------- /pyscript-next/images/datatable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-next/images/datatable.png -------------------------------------------------------------------------------- /pyscript-next/images/pretty-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-next/images/pretty-app.png -------------------------------------------------------------------------------- /pyscript-next/viz0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-next/viz0.html -------------------------------------------------------------------------------- /pyscript-next/viz1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-next/viz1.html -------------------------------------------------------------------------------- /pyscript-next/viz1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-next/viz1.py -------------------------------------------------------------------------------- /pyscript-next/viz1.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-next/viz1.toml -------------------------------------------------------------------------------- /pyscript-next/world_df.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript-next/world_df.csv -------------------------------------------------------------------------------- /pyscript/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript/README.md -------------------------------------------------------------------------------- /pyscript/experimental/course.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript/experimental/course.html -------------------------------------------------------------------------------- /pyscript/experimental/foo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript/experimental/foo.js -------------------------------------------------------------------------------- /pyscript/experimental/pyappl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript/experimental/pyappl.js -------------------------------------------------------------------------------- /pyscript/experimental/repl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript/experimental/repl.html -------------------------------------------------------------------------------- /pyscript/experimental/request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript/experimental/request.py -------------------------------------------------------------------------------- /pyscript/experimental/temp.py: -------------------------------------------------------------------------------- 1 | def p(): 2 | print(123) 3 | 4 | -------------------------------------------------------------------------------- /pyscript/experimental/temp2.py: -------------------------------------------------------------------------------- 1 | from temp import p 2 | def p2(): 3 | p() 4 | -------------------------------------------------------------------------------- /pyscript/experimental/test1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript/experimental/test1.html -------------------------------------------------------------------------------- /pyscript/experimental/weather3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript/experimental/weather3.html -------------------------------------------------------------------------------- /pyscript/images/Screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript/images/Screenshot1.png -------------------------------------------------------------------------------- /pyscript/images/Screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript/images/Screenshot2.png -------------------------------------------------------------------------------- /pyscript/ps1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript/ps1.html -------------------------------------------------------------------------------- /pyscript/ps2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript/ps2.html -------------------------------------------------------------------------------- /pyscript/ps3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript/ps3.html -------------------------------------------------------------------------------- /pyscript/weather1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript/weather1.html -------------------------------------------------------------------------------- /pyscript/weather2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript/weather2.html -------------------------------------------------------------------------------- /pyscript/weatherseaborn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/pyscript/weatherseaborn.html -------------------------------------------------------------------------------- /rat1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/rat1.py -------------------------------------------------------------------------------- /regscipy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/regscipy/README.md -------------------------------------------------------------------------------- /regscipy/g7datamore.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/regscipy/g7datamore.csv -------------------------------------------------------------------------------- /regscipy/images/df-trendline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/regscipy/images/df-trendline.png -------------------------------------------------------------------------------- /regscipy/images/g7df.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/regscipy/images/g7df.png -------------------------------------------------------------------------------- /regscipy/images/g7dfwithyr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/regscipy/images/g7dfwithyr.png -------------------------------------------------------------------------------- /regscipy/images/g7scatterwithtrend1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/regscipy/images/g7scatterwithtrend1.png -------------------------------------------------------------------------------- /regscipy/images/g7scatterwithtrend2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/regscipy/images/g7scatterwithtrend2.png -------------------------------------------------------------------------------- /regscipy/images/scatterwithtrendline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/regscipy/images/scatterwithtrendline.png -------------------------------------------------------------------------------- /regscipy/images/tmax-scatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/regscipy/images/tmax-scatter.png -------------------------------------------------------------------------------- /regscipy/outline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/regscipy/outline.md -------------------------------------------------------------------------------- /regscipy/regscipy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/regscipy/regscipy.ipynb -------------------------------------------------------------------------------- /regscipy/regscipymoreyears.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/regscipy/regscipymoreyears.ipynb -------------------------------------------------------------------------------- /riskviz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/riskviz/README.md -------------------------------------------------------------------------------- /riskviz/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/riskviz/draft.md -------------------------------------------------------------------------------- /riskviz/images/annotatedbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/riskviz/images/annotatedbar.png -------------------------------------------------------------------------------- /riskviz/images/barh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/riskviz/images/barh.png -------------------------------------------------------------------------------- /riskviz/images/barhstacked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/riskviz/images/barhstacked.png -------------------------------------------------------------------------------- /riskviz/images/barv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/riskviz/images/barv.png -------------------------------------------------------------------------------- /riskviz/images/barvstacked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/riskviz/images/barvstacked.png -------------------------------------------------------------------------------- /riskviz/images/hmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/riskviz/images/hmap.png -------------------------------------------------------------------------------- /riskviz/images/hmapT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/riskviz/images/hmapT.png -------------------------------------------------------------------------------- /riskviz/images/hmaprandom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/riskviz/images/hmaprandom.png -------------------------------------------------------------------------------- /riskviz/images/iconarray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/riskviz/images/iconarray.png -------------------------------------------------------------------------------- /riskviz/images/man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/riskviz/images/man.png -------------------------------------------------------------------------------- /riskviz/images/person.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/riskviz/images/person.png -------------------------------------------------------------------------------- /riskviz/images/pie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/riskviz/images/pie.png -------------------------------------------------------------------------------- /riskviz/risk.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/riskviz/risk.ipynb -------------------------------------------------------------------------------- /sentimentvader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/sentimentvader.py -------------------------------------------------------------------------------- /sqlitepandas.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/sqlitepandas.ipynb -------------------------------------------------------------------------------- /sqlpandas/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/sqlpandas/README.md -------------------------------------------------------------------------------- /sqlpandas/createsqlpandas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/sqlpandas/createsqlpandas.py -------------------------------------------------------------------------------- /sqlpandas/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/sqlpandas/draft.md -------------------------------------------------------------------------------- /sqlpandas/elections.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/sqlpandas/elections.csv -------------------------------------------------------------------------------- /sqlpandas/elections.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/sqlpandas/elections.db -------------------------------------------------------------------------------- /sqlpandas/images/20211215_123011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/sqlpandas/images/20211215_123011.jpg -------------------------------------------------------------------------------- /sqlpandas/images/deficit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/sqlpandas/images/deficit.png -------------------------------------------------------------------------------- /sqlpandas/images/elections_head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/sqlpandas/images/elections_head.png -------------------------------------------------------------------------------- /sqlpandas/images/parties_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/sqlpandas/images/parties_share.png -------------------------------------------------------------------------------- /sqlpandas/images/proportionalseats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/sqlpandas/images/proportionalseats.png -------------------------------------------------------------------------------- /sqlpandas/images/seatallocparty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/sqlpandas/images/seatallocparty.png -------------------------------------------------------------------------------- /sqlpandas/images/seatsvotes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/sqlpandas/images/seatsvotes.png -------------------------------------------------------------------------------- /sqlpandas/original_elections.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/sqlpandas/original_elections.csv -------------------------------------------------------------------------------- /sqlpandas/sqlpandasdb.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/sqlpandas/sqlpandasdb.ipynb -------------------------------------------------------------------------------- /sqlpandas/sqlpandasdf.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/sqlpandas/sqlpandasdf.ipynb -------------------------------------------------------------------------------- /st_survey/DButils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/st_survey/DButils.py -------------------------------------------------------------------------------- /st_survey/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/st_survey/README.md -------------------------------------------------------------------------------- /st_survey/index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/st_survey/index.py -------------------------------------------------------------------------------- /st_survey/pages/edit_survey.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/st_survey/pages/edit_survey.py -------------------------------------------------------------------------------- /st_survey/pages/present_survey.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/st_survey/pages/present_survey.py -------------------------------------------------------------------------------- /st_survey/pages/see_results.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/st_survey/pages/see_results.py -------------------------------------------------------------------------------- /st_survey/results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/st_survey/results.json -------------------------------------------------------------------------------- /st_survey/survey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/st_survey/survey.json -------------------------------------------------------------------------------- /st_surveyM/DButils2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/st_surveyM/DButils2.py -------------------------------------------------------------------------------- /st_surveyM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/st_surveyM/README.md -------------------------------------------------------------------------------- /st_surveyM/__pycache__/DButils.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/st_surveyM/__pycache__/DButils.cpython-310.pyc -------------------------------------------------------------------------------- /st_surveyM/__pycache__/DButils2.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/st_surveyM/__pycache__/DButils2.cpython-310.pyc -------------------------------------------------------------------------------- /st_surveyM/index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/st_surveyM/index.py -------------------------------------------------------------------------------- /st_surveyM/pages/present_survey.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/st_surveyM/pages/present_survey.py -------------------------------------------------------------------------------- /st_surveyM/pages/see_results.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/st_surveyM/pages/see_results.py -------------------------------------------------------------------------------- /stcustomize/app1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stcustomize/app1.py -------------------------------------------------------------------------------- /stgrid/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stgrid/README.md -------------------------------------------------------------------------------- /stgrid/app/gridapp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stgrid/app/gridapp.py -------------------------------------------------------------------------------- /stgrid/app/population-growth.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stgrid/app/population-growth.csv -------------------------------------------------------------------------------- /stgrid/app/population.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stgrid/app/population.csv -------------------------------------------------------------------------------- /stgrid/app/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stgrid/app/requirements.txt -------------------------------------------------------------------------------- /stgrid/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stgrid/draft.md -------------------------------------------------------------------------------- /stgrid/grid1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stgrid/grid1.py -------------------------------------------------------------------------------- /stgrid/images/1_23w13JLGqofbNLlDajur5A.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stgrid/images/1_23w13JLGqofbNLlDajur5A.jpeg -------------------------------------------------------------------------------- /stgrid/images/Composition_A_by_Piet_Mondrian_Galleria_Nazionale_d'Arte_Moderna_e_Contemporanea.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stgrid/images/Composition_A_by_Piet_Mondrian_Galleria_Nazionale_d'Arte_Moderna_e_Contemporanea.jpg -------------------------------------------------------------------------------- /stgrid/images/Piet_Mondriaan,_1921_-_Composition_en_rouge,_jaune,_bleu_et_noir.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stgrid/images/Piet_Mondriaan,_1921_-_Composition_en_rouge,_jaune,_bleu_et_noir.jpg -------------------------------------------------------------------------------- /stgrid/images/Screenshot2x2grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stgrid/images/Screenshot2x2grid.png -------------------------------------------------------------------------------- /stgrid/images/Screenshot5x5grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stgrid/images/Screenshot5x5grid.png -------------------------------------------------------------------------------- /stgrid/images/Screenshot5x5withchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stgrid/images/Screenshot5x5withchart.png -------------------------------------------------------------------------------- /stgrid/images/ScreenshotApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stgrid/images/ScreenshotApp.png -------------------------------------------------------------------------------- /stgrid/images/population-and-demography.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stgrid/images/population-and-demography.png -------------------------------------------------------------------------------- /stgrid/population.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stgrid/population.ipynb -------------------------------------------------------------------------------- /stmultipage/stmultipage2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/README.md -------------------------------------------------------------------------------- /stmultipage/stmultipage2/draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/draft.md -------------------------------------------------------------------------------- /stmultipage/stmultipage2/image/Screenshot 2022-06-02 130001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/image/Screenshot 2022-06-02 130001.png -------------------------------------------------------------------------------- /stmultipage/stmultipage2/mp1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/mp1.py -------------------------------------------------------------------------------- /stmultipage/stmultipage2/mp2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/mp2.py -------------------------------------------------------------------------------- /stmultipage/stmultipage2/mp3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/mp3.py -------------------------------------------------------------------------------- /stmultipage/stmultipage2/mp4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/mp4.py -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stlib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stlib/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/stlib/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stlib/__pycache__/__init__.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/stlib/__pycache__/__init__.cpython-39.pyc -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stlib/__pycache__/app1.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/stlib/__pycache__/app1.cpython-310.pyc -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stlib/__pycache__/app1.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/stlib/__pycache__/app1.cpython-39.pyc -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stlib/__pycache__/app2.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/stlib/__pycache__/app2.cpython-310.pyc -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stlib/__pycache__/app2.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/stlib/__pycache__/app2.cpython-39.pyc -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stlib/__pycache__/continentData.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/stlib/__pycache__/continentData.cpython-310.pyc -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stlib/__pycache__/continentData.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/stlib/__pycache__/continentData.cpython-39.pyc -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stlib/__pycache__/countryData.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/stlib/__pycache__/countryData.cpython-310.pyc -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stlib/__pycache__/countryData.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/stlib/__pycache__/countryData.cpython-39.pyc -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stlib/__pycache__/index.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/stlib/__pycache__/index.cpython-310.pyc -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stlib/__pycache__/libContents.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/stlib/__pycache__/libContents.cpython-310.pyc -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stlib/__pycache__/libContents.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/stlib/__pycache__/libContents.cpython-39.pyc -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stlib/continentData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/stlib/continentData.py -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stlib/countryData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/stlib/countryData.py -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stlib/libContents.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/stlib/libContents.py -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stnative/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/stnative/main.py -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stnative/pages/continentData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/stnative/pages/continentData.py -------------------------------------------------------------------------------- /stmultipage/stmultipage2/stnative/pages/countryData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/stmultipage2/stnative/pages/countryData.py -------------------------------------------------------------------------------- /stmultipage/sttest4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stmultipage/sttest4.py -------------------------------------------------------------------------------- /stplotlycomponent/__pycache__/stutils.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stplotlycomponent/__pycache__/stutils.cpython-310.pyc -------------------------------------------------------------------------------- /stplotlycomponent/plotlycomp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stplotlycomponent/plotlycomp.py -------------------------------------------------------------------------------- /stplotlycomponent/read.me: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stplotlycomponent/read.me -------------------------------------------------------------------------------- /stplotlycomponent/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stplotlycomponent/readme.md -------------------------------------------------------------------------------- /stplotlycomponent/stutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/stplotlycomponent/stutils.py -------------------------------------------------------------------------------- /streamlit_nav/.streamlit/config.toml: -------------------------------------------------------------------------------- 1 | [client] 2 | showSidebarNavigation = false -------------------------------------------------------------------------------- /streamlit_nav/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/README.md -------------------------------------------------------------------------------- /streamlit_nav/__pycache__/navbar.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/__pycache__/navbar.cpython-311.pyc -------------------------------------------------------------------------------- /streamlit_nav/config.toml: -------------------------------------------------------------------------------- 1 | [client] 2 | showSidebarNavigation = false -------------------------------------------------------------------------------- /streamlit_nav/horizontal-nav-bar/.streamlit/config.toml: -------------------------------------------------------------------------------- 1 | [client] 2 | showSidebarNavigation = false -------------------------------------------------------------------------------- /streamlit_nav/horizontal-nav-bar/__pycache__/navbar.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/horizontal-nav-bar/__pycache__/navbar.cpython-311.pyc -------------------------------------------------------------------------------- /streamlit_nav/horizontal-nav-bar/multipage-nav3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/horizontal-nav-bar/multipage-nav3.py -------------------------------------------------------------------------------- /streamlit_nav/horizontal-nav-bar/navbar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/horizontal-nav-bar/navbar.py -------------------------------------------------------------------------------- /streamlit_nav/horizontal-nav-bar/pages/continentData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/horizontal-nav-bar/pages/continentData.py -------------------------------------------------------------------------------- /streamlit_nav/horizontal-nav-bar/pages/countryData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/horizontal-nav-bar/pages/countryData.py -------------------------------------------------------------------------------- /streamlit_nav/horizontal-nav-bar/pages/page1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/horizontal-nav-bar/pages/page1.py -------------------------------------------------------------------------------- /streamlit_nav/horizontal-nav-bar/pages/page2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/horizontal-nav-bar/pages/page2.py -------------------------------------------------------------------------------- /streamlit_nav/multipage-nav1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/multipage-nav1.py -------------------------------------------------------------------------------- /streamlit_nav/multipage-nav2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/multipage-nav2.py -------------------------------------------------------------------------------- /streamlit_nav/multipage-nav3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/multipage-nav3.py -------------------------------------------------------------------------------- /streamlit_nav/navbar.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/navbar.cpython-311.pyc -------------------------------------------------------------------------------- /streamlit_nav/navbar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/navbar.py -------------------------------------------------------------------------------- /streamlit_nav/pages/continentData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/pages/continentData.py -------------------------------------------------------------------------------- /streamlit_nav/pages/countryData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/pages/countryData.py -------------------------------------------------------------------------------- /streamlit_nav/pages/page1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/pages/page1.py -------------------------------------------------------------------------------- /streamlit_nav/pages/page2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/pages/page2.py -------------------------------------------------------------------------------- /streamlit_nav/sidebar-nav-bar/.streamlit/config.toml: -------------------------------------------------------------------------------- 1 | [client] 2 | showSidebarNavigation = false -------------------------------------------------------------------------------- /streamlit_nav/sidebar-nav-bar/__pycache__/navbar.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/sidebar-nav-bar/__pycache__/navbar.cpython-311.pyc -------------------------------------------------------------------------------- /streamlit_nav/sidebar-nav-bar/multipage-nav3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/sidebar-nav-bar/multipage-nav3.py -------------------------------------------------------------------------------- /streamlit_nav/sidebar-nav-bar/navbar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/sidebar-nav-bar/navbar.py -------------------------------------------------------------------------------- /streamlit_nav/sidebar-nav-bar/pages/continentData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/sidebar-nav-bar/pages/continentData.py -------------------------------------------------------------------------------- /streamlit_nav/sidebar-nav-bar/pages/countryData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/sidebar-nav-bar/pages/countryData.py -------------------------------------------------------------------------------- /streamlit_nav/sidebar-nav-bar/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlit_nav/sidebar-nav-bar/requirements.txt -------------------------------------------------------------------------------- /streamlitdark/.streamlit/config.toml: -------------------------------------------------------------------------------- 1 | [theme] 2 | base = "dark" -------------------------------------------------------------------------------- /streamlitdark/co2-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlitdark/co2-2.py -------------------------------------------------------------------------------- /streamlitdashflask/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlitdashflask/README.md -------------------------------------------------------------------------------- /streamlitdashflask/__pycache__/app.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlitdashflask/__pycache__/app.cpython-39.pyc -------------------------------------------------------------------------------- /streamlitdashflask/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlitdashflask/app.py -------------------------------------------------------------------------------- /streamlitdashflask/dashapp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlitdashflask/dashapp.py -------------------------------------------------------------------------------- /streamlitdashflask/stapp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlitdashflask/stapp.py -------------------------------------------------------------------------------- /streamlitdashflask/templates/notdash.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/streamlitdashflask/templates/notdash.html -------------------------------------------------------------------------------- /sttest4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/sttest4.py -------------------------------------------------------------------------------- /traded_energy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/traded_energy.py -------------------------------------------------------------------------------- /tweetdash/sentimentvader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/tweetdash/sentimentvader.py -------------------------------------------------------------------------------- /tweetdash/twitterstats-anon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/tweetdash/twitterstats-anon.py -------------------------------------------------------------------------------- /tweetdash/twitterstats2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/tweetdash/twitterstats2.py -------------------------------------------------------------------------------- /tweetdash/twitterstats3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/tweetdash/twitterstats3.py -------------------------------------------------------------------------------- /tweetdash/twitterstats4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/tweetdash/twitterstats4.py -------------------------------------------------------------------------------- /tweetdash/twitterstats5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/tweetdash/twitterstats5.py -------------------------------------------------------------------------------- /tweetdash/twitterstats6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/tweetdash/twitterstats6.py -------------------------------------------------------------------------------- /twitterstats-anon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/twitterstats-anon.py -------------------------------------------------------------------------------- /waterfall/__pycache__/plotlyhelper.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/waterfall/__pycache__/plotlyhelper.cpython-310.pyc -------------------------------------------------------------------------------- /waterfall/plotlyhelper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/waterfall/plotlyhelper.py -------------------------------------------------------------------------------- /waterfall/plt-waterfall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/waterfall/plt-waterfall.py -------------------------------------------------------------------------------- /waterfall/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/waterfall/readme.md -------------------------------------------------------------------------------- /waterfall/st_waterfall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/waterfall/st_waterfall.py -------------------------------------------------------------------------------- /weather.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alanjones2/Alan-Jones-article-code/HEAD/weather.db --------------------------------------------------------------------------------