Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fanxu30 committed Dec 14, 2024
1 parent d90d743 commit 5c1aead
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions script.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
from pyspark.sql.functions import when, count, sum
from pyspark.sql import SparkSession
import re


def load_data(spark, local_path="NBA_24_stats.csv"):
"""
Load data from a local CSV file into a PySpark DataFrame, clean up column names, and remove duplicate columns.
Expand Down

0 comments on commit 5c1aead

Please sign in to comment.