Created
August 30, 2020 19:09
-
-
Save Sh4pe/3b6c04f59f1e56b841cf1b26bb7ae8d5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### A Pluto.jl notebook ### | |
# v0.11.8 | |
using Markdown | |
using InteractiveUtils | |
# ╔═╡ 0b752c76-e6fa-11ea-3929-835e1cde79d8 | |
begin | |
import Pkg; Pkg.activate(".") | |
using DataFrames | |
end | |
# ╔═╡ 1b719dc0-eaf2-11ea-1f99-0d058531a8b1 | |
df = let | |
ENV["LINES"] = 20 | |
DataFrame([Symbol("xx$i")=>1:20 for i in 1:20]); | |
end | |
# ╔═╡ Cell order: | |
# ╠═0b752c76-e6fa-11ea-3929-835e1cde79d8 | |
# ╠═1b719dc0-eaf2-11ea-1f99-0d058531a8b1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment