Home
Developing Analytics Applications
Can Programming By Example concept be applied to datasets
Migrateduser
<div>Consider a dataset(emp.csv) with some 1000 records .Get 20 records after randomizing them.</div>
<div>The user selects few rows and columns(say checkboxes are provided for selection) of his interest among the 20.</div>
<div>Based on his selection can "SELECT" queries be predicted.</div>
<div>Basically, can "PROGRAMMING BY EXAMPLE" concept be used to suggest query in a brute-force manner. </div>
<div> </div>
<div>Employee</div>
<div>id<span> </span>first_name<span> </span>last_name<span> </span>email<span> </span>gender<span> </span>mobile<span> </span>salary</div>
Find more posts tagged with
Comments
There are no comments yet