Skip to content

Commit

Permalink
Merge branch 'feature/new-implementation' of github.com:GenieFramewor…
Browse files Browse the repository at this point in the history
…k/StipplePivotTable into feature/new-implementation
  • Loading branch information
protozoo committed Jan 10, 2025
2 parents 83e19d8 + 484e3d3 commit 2b09da6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions demo/pivot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ using DataFrames, JSON3

# Load and parse source data
json_file = "data/Employee_Sample_Data.json"
json_string = read(json_file, String)
data = JSON3.read(json_string)
df = DataFrame(data)
df = JSON3.read(read(json_file, String)) |> DataFrame

# create a pivot table
pt = PivotTable(
Expand Down

0 comments on commit 2b09da6

Please sign in to comment.