Skip to content

Commit 3fc1834

Browse files
authored
Merge pull request #23 from roland-KA/pluto-tut01
update to ScientificTypes 3.0
2 parents 844286e + 9dc59ef commit 3fc1834

File tree

1 file changed

+74
-74
lines changed

1 file changed

+74
-74
lines changed

notebooks/01_data_representation/notebook.pluto.jl

Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
### A Pluto.jl notebook ###
2-
# v0.17.1
2+
# v0.17.4
33

44
using Markdown
55
using InteractiveUtils
66

77
# ╔═╡ d09256dd-6c0d-4e28-9e54-3f7b3ca87ecb
88
begin
9-
using ScientificTypes
10-
import DataFrames
11-
using UrlDownload, CSV
9+
using CSV, DataFrames
10+
using ScientificTypes
1211
using Tables
12+
using UrlDownload
1313
using SparseArrays
1414
using PlutoUI
1515
end
@@ -476,22 +476,22 @@ Try to guess how each code snippet below will evaluate (uncomment to see the sol
476476
"""
477477

478478
# ╔═╡ 4da068ed-3935-4728-a1cb-54e34396a855
479-
#scitype(42)
479+
# scitype(42)
480480

481481
# ╔═╡ 04c88aba-6c17-48eb-8037-0de5806e1a54
482482
questions = ["who", "why", "what", "when"]
483483

484484
# ╔═╡ e5c60366-e03c-490f-9475-e53e5b3347d4
485-
#scitype(questions)
485+
# scitype(questions)
486486

487487
# ╔═╡ dc8c4bd5-e753-4b7b-9961-a09632c33fb0
488-
#elscitype(questions)
488+
# elscitype(questions)
489489

490490
# ╔═╡ 34c94131-ef2a-4f86-b7cc-46f4ef988c68
491491
t = (3.141, 42, "how")
492492

493493
# ╔═╡ a9238f1a-2751-46a8-9d69-62669915ed91
494-
#scitype(t)
494+
# scitype(t)
495495

496496
# ╔═╡ 8f5681ef-5432-4daf-90fb-7f2721f6fcc7
497497
A = rand(2, 3)
@@ -600,11 +600,11 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
600600
UrlDownload = "856ac37a-3032-4c1c-9122-f86d88358c8b"
601601
602602
[compat]
603-
CSV = "~0.9.10"
604-
DataFrames = "~1.2.2"
605-
PlutoUI = "~0.7.19"
606-
ScientificTypes = "~2.3.3"
607-
Tables = "~1.6.0"
603+
CSV = "~0.9.11"
604+
DataFrames = "~1.3.1"
605+
PlutoUI = "~0.7.27"
606+
ScientificTypes = "~3.0.0"
607+
Tables = "~1.6.1"
608608
UrlDownload = "~1.0.0"
609609
"""
610610

@@ -614,9 +614,9 @@ PLUTO_MANIFEST_TOML_CONTENTS = """
614614
615615
[[AbstractPlutoDingetjes]]
616616
deps = ["Pkg"]
617-
git-tree-sha1 = "0bc60e3006ad95b4bb7497698dd7c6d649b9bc06"
617+
git-tree-sha1 = "8eaf9f1b4921132a4cff3f36a1d9ba923b14a481"
618618
uuid = "6e696c72-6542-2067-7265-42206c756150"
619-
version = "1.1.1"
619+
version = "1.1.4"
620620
621621
[[ArgTools]]
622622
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
@@ -629,9 +629,9 @@ uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
629629
630630
[[CSV]]
631631
deps = ["CodecZlib", "Dates", "FilePathsBase", "InlineStrings", "Mmap", "Parsers", "PooledArrays", "SentinelArrays", "Tables", "Unicode", "WeakRefStrings"]
632-
git-tree-sha1 = "74147e877531d7c172f70b492995bc2b5ca3a843"
632+
git-tree-sha1 = "49f14b6c56a2da47608fe30aed711b5882264d7a"
633633
uuid = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
634-
version = "0.9.10"
634+
version = "0.9.11"
635635
636636
[[CategoricalArrays]]
637637
deps = ["DataAPI", "Future", "Missings", "Printf", "Requires", "Statistics", "Unicode"]
@@ -641,15 +641,15 @@ version = "0.10.2"
641641
642642
[[ChainRulesCore]]
643643
deps = ["Compat", "LinearAlgebra", "SparseArrays"]
644-
git-tree-sha1 = "f885e7e7c124f8c92650d61b9477b9ac2ee607dd"
644+
git-tree-sha1 = "d711603452231bad418bd5e0c91f1abd650cba71"
645645
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
646-
version = "1.11.1"
646+
version = "1.11.3"
647647
648648
[[ChangesOfVariables]]
649-
deps = ["LinearAlgebra", "Test"]
650-
git-tree-sha1 = "9a1d594397670492219635b35a3d830b04730d62"
649+
deps = ["ChainRulesCore", "LinearAlgebra", "Test"]
650+
git-tree-sha1 = "bf98fa45a0a4cee295de98d4c1462be26345b9a1"
651651
uuid = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
652-
version = "0.1.1"
652+
version = "0.1.2"
653653
654654
[[CodecZlib]]
655655
deps = ["TranscodingStreams", "Zlib_jll"]
@@ -665,9 +665,9 @@ version = "0.11.0"
665665
666666
[[Compat]]
667667
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "SHA", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]
668-
git-tree-sha1 = "dce3e3fea680869eaa0b774b2e8343e9ff442313"
668+
git-tree-sha1 = "44c37b4636bc54afac5c574d2d02b625349d6582"
669669
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
670-
version = "3.40.0"
670+
version = "3.41.0"
671671
672672
[[CompilerSupportLibraries_jll]]
673673
deps = ["Artifacts", "Libdl"]
@@ -685,15 +685,15 @@ version = "1.9.0"
685685
686686
[[DataFrames]]
687687
deps = ["Compat", "DataAPI", "Future", "InvertedIndices", "IteratorInterfaceExtensions", "LinearAlgebra", "Markdown", "Missings", "PooledArrays", "PrettyTables", "Printf", "REPL", "Reexport", "SortingAlgorithms", "Statistics", "TableTraits", "Tables", "Unicode"]
688-
git-tree-sha1 = "d785f42445b63fc86caa08bb9a9351008be9b765"
688+
git-tree-sha1 = "cfdfef912b7f93e4b848e80b9befdf9e331bc05a"
689689
uuid = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
690-
version = "1.2.2"
690+
version = "1.3.1"
691691
692692
[[DataStructures]]
693693
deps = ["Compat", "InteractiveUtils", "OrderedCollections"]
694-
git-tree-sha1 = "7d9d316f04214f7efdbb6398d545446e246eff02"
694+
git-tree-sha1 = "3daef5523dd2e769dad2365274f760ff5f282c7d"
695695
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
696-
version = "0.18.10"
696+
version = "0.18.11"
697697
698698
[[DataValueInterfaces]]
699699
git-tree-sha1 = "bfc1187b79289637fa0ef6d4436ebdfe6905cbd6"
@@ -710,19 +710,19 @@ uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab"
710710
711711
[[DensityInterface]]
712712
deps = ["InverseFunctions", "Test"]
713-
git-tree-sha1 = "794daf62dce7df839b8ed446fc59c68db4b5182f"
713+
git-tree-sha1 = "80c3e8639e3353e5d2912fb3a1916b8455e2494b"
714714
uuid = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
715-
version = "0.3.3"
715+
version = "0.4.0"
716716
717717
[[Distributed]]
718718
deps = ["Random", "Serialization", "Sockets"]
719719
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
720720
721721
[[Distributions]]
722722
deps = ["ChainRulesCore", "DensityInterface", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SparseArrays", "SpecialFunctions", "Statistics", "StatsBase", "StatsFuns", "Test"]
723-
git-tree-sha1 = "2ea02796c118368c3eda414fc11f5a39259fa3d9"
723+
git-tree-sha1 = "6a8dc9f82e5ce28279b6e3e2cea9421154f5bd0d"
724724
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
725-
version = "0.25.27"
725+
version = "0.25.37"
726726
727727
[[DocStringExtensions]]
728728
deps = ["LibGit2"]
@@ -735,10 +735,10 @@ deps = ["ArgTools", "LibCURL", "NetworkOptions"]
735735
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
736736
737737
[[FilePathsBase]]
738-
deps = ["Dates", "Mmap", "Printf", "Test", "UUIDs"]
739-
git-tree-sha1 = "5440c1d26aa29ca9ea848559216e5ee5f16a8627"
738+
deps = ["Compat", "Dates", "Mmap", "Printf", "Test", "UUIDs"]
739+
git-tree-sha1 = "04d13bfa8ef11720c24e4d840c0033d145537df7"
740740
uuid = "48062228-2e41-5def-b9a4-89aafe57970f"
741-
version = "0.9.14"
741+
version = "0.9.17"
742742
743743
[[FillArrays]]
744744
deps = ["LinearAlgebra", "Random", "SparseArrays", "Statistics"]
@@ -764,9 +764,9 @@ uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"
764764
765765
[[HTTP]]
766766
deps = ["Base64", "Dates", "IniFile", "Logging", "MbedTLS", "NetworkOptions", "Sockets", "URIs"]
767-
git-tree-sha1 = "14eece7a3308b4d8be910e265c724a6ba51a9798"
767+
git-tree-sha1 = "0fa77022fe4b511826b39c894c90daf5fce3334a"
768768
uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3"
769-
version = "0.9.16"
769+
version = "0.9.17"
770770
771771
[[Hyperscript]]
772772
deps = ["Test"]
@@ -793,9 +793,9 @@ version = "0.5.0"
793793
794794
[[InlineStrings]]
795795
deps = ["Parsers"]
796-
git-tree-sha1 = "19cb49649f8c41de7fea32d089d37de917b553da"
796+
git-tree-sha1 = "8d70835a3759cdd75881426fced1508bb7b7e1b6"
797797
uuid = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
798-
version = "1.0.1"
798+
version = "1.1.1"
799799
800800
[[InteractiveUtils]]
801801
deps = ["Markdown"]
@@ -859,9 +859,9 @@ uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
859859
860860
[[LogExpFunctions]]
861861
deps = ["ChainRulesCore", "ChangesOfVariables", "DocStringExtensions", "InverseFunctions", "IrrationalConstants", "LinearAlgebra"]
862-
git-tree-sha1 = "be9eef9f9d78cecb6f262f3c10da151a6c5ab827"
862+
git-tree-sha1 = "e5718a00af0ab9756305a0392832c8952c7426c1"
863863
uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
864-
version = "0.3.5"
864+
version = "0.3.6"
865865
866866
[[Logging]]
867867
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
@@ -912,43 +912,43 @@ version = "1.4.1"
912912
913913
[[PDMats]]
914914
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
915-
git-tree-sha1 = "c8b8775b2f242c80ea85c83714c64ecfa3c53355"
915+
git-tree-sha1 = "ee26b350276c51697c9c2d88a072b339f9f03d73"
916916
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
917-
version = "0.11.3"
917+
version = "0.11.5"
918918
919919
[[Parsers]]
920920
deps = ["Dates"]
921-
git-tree-sha1 = "ae4bbcadb2906ccc085cf52ac286dc1377dceccc"
921+
git-tree-sha1 = "d7fa6237da8004be601e19bd6666083056649918"
922922
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
923-
version = "2.1.2"
923+
version = "2.1.3"
924924
925925
[[Pkg]]
926926
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
927927
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
928928
929929
[[PlutoUI]]
930-
deps = ["AbstractPlutoDingetjes", "Base64", "Dates", "Hyperscript", "HypertextLiteral", "IOCapture", "InteractiveUtils", "JSON", "Logging", "Markdown", "Random", "Reexport", "UUIDs"]
931-
git-tree-sha1 = "e071adf21e165ea0d904b595544a8e514c8bb42c"
930+
deps = ["AbstractPlutoDingetjes", "Base64", "ColorTypes", "Dates", "Hyperscript", "HypertextLiteral", "IOCapture", "InteractiveUtils", "JSON", "Logging", "Markdown", "Random", "Reexport", "UUIDs"]
931+
git-tree-sha1 = "fed057115644d04fba7f4d768faeeeff6ad11a60"
932932
uuid = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
933-
version = "0.7.19"
933+
version = "0.7.27"
934934
935935
[[PooledArrays]]
936936
deps = ["DataAPI", "Future"]
937-
git-tree-sha1 = "a193d6ad9c45ada72c14b731a318bedd3c2f00cf"
937+
git-tree-sha1 = "db3a23166af8aebf4db5ef87ac5b00d36eb771e2"
938938
uuid = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
939-
version = "1.3.0"
939+
version = "1.4.0"
940940
941941
[[Preferences]]
942942
deps = ["TOML"]
943-
git-tree-sha1 = "00cfd92944ca9c760982747e9a1d0d5d86ab1e5a"
943+
git-tree-sha1 = "2cf929d64681236a2e074ffafb8d568733d2e6af"
944944
uuid = "21216c6a-2e73-6563-6e65-726566657250"
945-
version = "1.2.2"
945+
version = "1.2.3"
946946
947947
[[PrettyTables]]
948948
deps = ["Crayons", "Formatting", "Markdown", "Reexport", "Tables"]
949-
git-tree-sha1 = "d940010be611ee9d67064fe559edbb305f8cc0eb"
949+
git-tree-sha1 = "dfb54c4e414caa595a1f2ed759b160f5a3ddcba5"
950950
uuid = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
951-
version = "1.2.3"
951+
version = "1.3.1"
952952
953953
[[Printf]]
954954
deps = ["Unicode"]
@@ -981,9 +981,9 @@ version = "1.2.2"
981981
982982
[[Requires]]
983983
deps = ["UUIDs"]
984-
git-tree-sha1 = "4036a3bd08ac7e968e27c203d45f5fff15020621"
984+
git-tree-sha1 = "8f82019e525f4d5c669692772a6f4b0a58b06a6a"
985985
uuid = "ae029012-a4dd-5104-9daa-d747884805df"
986-
version = "1.1.3"
986+
version = "1.2.0"
987987
988988
[[Rmath]]
989989
deps = ["Random", "Rmath_jll"]
@@ -1002,20 +1002,20 @@ uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
10021002
10031003
[[ScientificTypes]]
10041004
deps = ["CategoricalArrays", "ColorTypes", "Dates", "Distributions", "PrettyTables", "Reexport", "ScientificTypesBase", "StatisticalTraits", "Tables"]
1005-
git-tree-sha1 = "7a3efcacd212801a8cf2f961e8238ffb2109b30d"
1005+
git-tree-sha1 = "ba70c9a6e4c81cc3634e3e80bb8163ab5ef57eb8"
10061006
uuid = "321657f4-b219-11e9-178b-2701a2544e81"
1007-
version = "2.3.3"
1007+
version = "3.0.0"
10081008
10091009
[[ScientificTypesBase]]
1010-
git-tree-sha1 = "185e373beaf6b381c1e7151ce2c2a722351d6637"
1010+
git-tree-sha1 = "a8e18eb383b5ecf1b5e6fc237eb39255044fd92b"
10111011
uuid = "30f210dd-8aff-4c5f-94ba-8e64358c1161"
1012-
version = "2.3.0"
1012+
version = "3.0.0"
10131013
10141014
[[SentinelArrays]]
10151015
deps = ["Dates", "Random"]
1016-
git-tree-sha1 = "f45b34656397a1f6e729901dc9ef679610bd12b5"
1016+
git-tree-sha1 = "244586bc07462d22aed0113af9c731f2a518c93e"
10171017
uuid = "91c51154-3ec4-41a3-a24f-3f23e20d615c"
1018-
version = "1.3.8"
1018+
version = "1.3.10"
10191019
10201020
[[Serialization]]
10211021
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
@@ -1039,36 +1039,36 @@ uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
10391039
10401040
[[SpecialFunctions]]
10411041
deps = ["ChainRulesCore", "IrrationalConstants", "LogExpFunctions", "OpenLibm_jll", "OpenSpecFun_jll"]
1042-
git-tree-sha1 = "f0bccf98e16759818ffc5d97ac3ebf87eb950150"
1042+
git-tree-sha1 = "e08890d19787ec25029113e88c34ec20cac1c91e"
10431043
uuid = "276daf66-3868-5448-9aa4-cd146d93841b"
1044-
version = "1.8.1"
1044+
version = "2.0.0"
10451045
10461046
[[StatisticalTraits]]
10471047
deps = ["ScientificTypesBase"]
1048-
git-tree-sha1 = "730732cae4d3135e2f2182bd47f8d8b795ea4439"
1048+
git-tree-sha1 = "271a7fea12d319f23d55b785c51f6876aadb9ac0"
10491049
uuid = "64bff920-2084-43da-a3e6-9bb72801c0c9"
1050-
version = "2.1.0"
1050+
version = "3.0.0"
10511051
10521052
[[Statistics]]
10531053
deps = ["LinearAlgebra", "SparseArrays"]
10541054
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
10551055
10561056
[[StatsAPI]]
1057-
git-tree-sha1 = "1958272568dc176a1d881acb797beb909c785510"
1057+
git-tree-sha1 = "d88665adc9bcf45903013af0982e2fd05ae3d0a6"
10581058
uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
1059-
version = "1.0.0"
1059+
version = "1.2.0"
10601060
10611061
[[StatsBase]]
10621062
deps = ["DataAPI", "DataStructures", "LinearAlgebra", "LogExpFunctions", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"]
1063-
git-tree-sha1 = "eb35dcc66558b2dda84079b9a1be17557d32091a"
1063+
git-tree-sha1 = "51383f2d367eb3b444c961d485c565e4c0cf4ba0"
10641064
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1065-
version = "0.33.12"
1065+
version = "0.33.14"
10661066
10671067
[[StatsFuns]]
10681068
deps = ["ChainRulesCore", "InverseFunctions", "IrrationalConstants", "LogExpFunctions", "Reexport", "Rmath", "SpecialFunctions"]
1069-
git-tree-sha1 = "385ab64e64e79f0cd7cfcf897169b91ebbb2d6c8"
1069+
git-tree-sha1 = "bedb3e17cc1d94ce0e6e66d3afa47157978ba404"
10701070
uuid = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
1071-
version = "0.9.13"
1071+
version = "0.9.14"
10721072
10731073
[[SuiteSparse]]
10741074
deps = ["Libdl", "LinearAlgebra", "Serialization", "SparseArrays"]
@@ -1086,9 +1086,9 @@ version = "1.0.1"
10861086
10871087
[[Tables]]
10881088
deps = ["DataAPI", "DataValueInterfaces", "IteratorInterfaceExtensions", "LinearAlgebra", "TableTraits", "Test"]
1089-
git-tree-sha1 = "fed34d0e71b91734bf0a7e10eb1bb05296ddbcd0"
1089+
git-tree-sha1 = "bb1064c9a84c52e277f1096cf41434b675cd368b"
10901090
uuid = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1091-
version = "1.6.0"
1091+
version = "1.6.1"
10921092
10931093
[[Tar]]
10941094
deps = ["ArgTools", "SHA"]

0 commit comments

Comments
 (0)