Power BI - Getting Data
Given this Power Query M code snippet, what will be the output type after running it?
let
Source = Web.Contents("https://example.com/table"),
Data = Csv.Document(Source)
in
Data