Skip to content

Instantly share code, notes, and snippets.

@Sh4pe
Created August 30, 2020 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sh4pe/3b6c04f59f1e56b841cf1b26bb7ae8d5 to your computer and use it in GitHub Desktop.
Save Sh4pe/3b6c04f59f1e56b841cf1b26bb7ae8d5 to your computer and use it in GitHub Desktop.
### 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